Skip to content

Merge pull request #44 from fraya/divide-gh-doc-action #27

Merge pull request #44 from fraya/divide-gh-doc-action

Merge pull request #44 from fraya/divide-gh-doc-action #27

name: build-and-test
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: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dylan-lang/install-opendylan@v3
- name: Update dependencies
run: dylan update
- name: Build command-line-parser-test-suite-app
run: dylan build command-line-parser-test-suite-app
- name: Run command-line-parser-test-suite-app
run: _build/bin/command-line-parser-test-suite-app