Skip to content

Commit ddd6a47

Browse files
author
Serhii Khoma
committed
fix: tests
1 parent 2e5f45c commit ddd6a47

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,19 @@ jobs:
1414

1515
- uses: purescript-contrib/setup-purescript@main
1616
with:
17-
purescript: "unstable"
17+
purescript: "latest"
1818
purs-tidy: "latest"
19+
spago: "unstable"
1920

2021
- uses: actions/setup-node@v4
2122
with:
2223
node-version: "lts/*"
2324

24-
- name: Install dependencies
25-
run: |
26-
npm install -g bower
27-
npm install
28-
bower install --production
29-
3025
- name: Build source
31-
run: npm run-script build
26+
run: spago build --censor-stats --strict --pedantic-packages
3227

3328
- name: Run tests
34-
run: |
35-
bower install
36-
npm run-script test --if-present
29+
run: spago test --censor-stats --strict --pedantic-packages
3730

38-
- name: Check formatting
39-
run: |
40-
purs-tidy check src test
31+
- name: Verify formatting
32+
run: purs-tidy check src test

0 commit comments

Comments
 (0)