Skip to content

Commit 0db92b7

Browse files
committed
[CI] try to fix github tests
1 parent 0c2ca35 commit 0db92b7

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
node-version: "14"
1919

2020
- name: Build and test with Spago
21-
run: spago test
21+
run: |
22+
npm install
23+
npx spago test
2224
2325
- name: Build and test with Pulp
2426
run: |

spago.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ workspace:
33
spec-discovery:
44
path: ./
55
dependencies:
6-
- aff
7-
- aff-promise
8-
- effect
9-
- foldable-traversable
10-
- prelude
11-
- spec
6+
- aff: ">=7.1.0 <8.0.0"
7+
- aff-promise: ">=4.0.0 <5.0.0"
8+
- effect: ">=4.0.0 <5.0.0"
9+
- foldable-traversable: ">=6.0.0 <7.0.0"
10+
- prelude: ">=6.0.1 <7.0.0"
11+
- spec: ">=7.6.0 <8.0.0"
1212
test_dependencies: []
1313
build_plan:
1414
- aff

0 commit comments

Comments
 (0)