Skip to content

Commit

Permalink
Fix test step
Browse files Browse the repository at this point in the history
  • Loading branch information
dlozeve committed Oct 23, 2021
1 parent e0e2619 commit 064653b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./src/build.sh lang
- name: Build tools
run: ./src/build.sh tools
- name: Setup PATH
run: export PATH=${GITHUB_WORKSPACE}/bin:$PATH
- name: Run tests
run: ./src/std/run-tests.ss
run: |
export PATH=${GITHUB_WORKSPACE}/bin:$PATH
./src/std/run-tests.ss

0 comments on commit 064653b

Please sign in to comment.