Skip to content

Commit 897803d

Browse files
triallaxsharkdp
authored andcommitted
Fix GH action
1 parent af5f548 commit 897803d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
- name: Install dependencies
2020
run: npm install
2121

22-
- name: Build and run tests
23-
run: spago test
22+
- name: Build (using normal Spago config)
23+
run: spago build
24+
25+
- name: Run tests
26+
run: spago -x test.dhall test

0 commit comments

Comments
 (0)