Skip to content

CHANGE: renamed On-Post-Received actor to On-Post and the old `On… #14

CHANGE: renamed On-Post-Received actor to On-Post and the old `On…

CHANGE: renamed On-Post-Received actor to On-Post and the old `On… #14

Workflow file for this run

name: 'Rebol-HTTPd CI'
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rebol for the test
uses: oldes/install-rebol@v3.15.0
with:
product: Bulk
- name: Test HTTPd server
run: ./rebol3 client-test.r3