Skip to content

Fix test suite

Fix test suite #76

Workflow file for this run

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:
- name: Checkout pacman-catalog
uses: actions/checkout@v4
- name: Install dylan-tool
uses: dylan-lang/install-dylan-tool@v3
- name: Build pacman-catalog-test-suite
run: |
export DYLAN_CATALOG=.
dylan update
dylan build -a
- name: Run pacman-catalog-test-suite
run: |
DYLAN_CATALOG=. _build/bin/pacman-catalog-test-suite