Skip to content

Commit

Permalink
Fix spago ci to use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Jun 9, 2023
1 parent 6dbb337 commit e528316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 03-Build-Tools/04-Continuous-Integration.md
Expand Up @@ -118,11 +118,11 @@ jobs:
# Note: `purs-args` actually forwards these args to `psa`
- name: Build the project
run: |
spago build --purs-args "--censor-lib --strict"
npx spago build --purs-args "--censor-lib --strict"
- name: Run tests
run: |
spago test
npx spago test
- name: Check Formatting
if: runner.os == 'Linux'
Expand Down

0 comments on commit e528316

Please sign in to comment.