Skip to content

Commit bf6ae90

Browse files
Update CI to remove Bower
1 parent af0d1f2 commit bf6ae90

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,10 @@ jobs:
2424
output
2525
2626
- name: Install dependencies
27-
run: |
28-
bower install
29-
spago install
27+
run: spago install
3028

3129
- name: Build source
32-
run: |
33-
pulp build
34-
spago build --no-install --purs-args '--censor-lib --strict'
30+
run: spago build --no-install --purs-args '--censor-lib --strict'
3531

3632
- name: Run tests
37-
run: spago test --no-install
33+
run: spago -x test/test.dhall test --no-install

0 commit comments

Comments
 (0)