Skip to content

Bump actions/upload-artifact from 5 to 6 (#59) #53

Bump actions/upload-artifact from 5 to 6 (#59)

Bump actions/upload-artifact from 5 to 6 (#59) #53

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@v6
- 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