Skip to content

Bump actions/checkout from 3 to 4 #15

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #15

Workflow file for this run

# For now this just does a clean build because the test suites hang.
# https://github.com/dylan-lang/http/issues/90
name: test-suite
on:
push:
# all branches
pull_request:
branches:
- main
- master
# This enables the Run Workflow button on the Actions tab.
workflow_dispatch:
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: dylan-lang/install-dylan-tool@v2
- name: make install
env:
DYLAN: dylan-root
run: make install
- name: Run http-server --help
env:
DYLAN: dylan-root
run: dylan-root/bin/http-server --help