Skip to content

Commit

Permalink
Merge pull request #159 from fraya/master
Browse files Browse the repository at this point in the history
Build tests using 'dylan-tool'
  • Loading branch information
fraya authored Jul 25, 2023
2 parents 22f8b14 + f53cf2d commit 7b83aed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- uses: dylan-lang/install-opendylan@v3
with:
version: 2023.1
tag: v2023.1.0

- name: Install dependencies
run: dylan update

- name: Build testworks-test-suite-app
run: dylan-compiler -build -jobs 3 testworks-test-suite-app
run: dylan build testworks-test-suite-app

- name: Run testworks-test-suite-app
run: _build/bin/testworks-test-suite-app

0 comments on commit 7b83aed

Please sign in to comment.