Skip to content

Commit

Permalink
[CI] try to fix github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CGenie committed Jul 8, 2024
1 parent 0c2ca35 commit 0db92b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
node-version: "14"

- name: Build and test with Spago
run: spago test
run: |
npm install
npx spago test
- name: Build and test with Pulp
run: |
Expand Down
12 changes: 6 additions & 6 deletions spago.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ workspace:
spec-discovery:
path: ./
dependencies:
- aff
- aff-promise
- effect
- foldable-traversable
- prelude
- spec
- aff: ">=7.1.0 <8.0.0"
- aff-promise: ">=4.0.0 <5.0.0"
- effect: ">=4.0.0 <5.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- prelude: ">=6.0.1 <7.0.0"
- spec: ">=7.6.0 <8.0.0"
test_dependencies: []
build_plan:
- aff
Expand Down

0 comments on commit 0db92b7

Please sign in to comment.