File tree Expand file tree Collapse file tree 5 files changed +1309
-63
lines changed Expand file tree Collapse file tree 5 files changed +1309
-63
lines changed Original file line number Diff line number Diff line change @@ -10,35 +10,35 @@ jobs:
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414
1515 - uses : purescript-contrib/setup-purescript@main
1616 with :
1717 purescript : " unstable"
1818 purs-tidy : " latest"
19+ spago : " unstable"
1920
20- - uses : actions/setup-node@v3
21- with :
22- node-version : " lts/*"
21+ # - uses: actions/setup-node@v4
22+ # with:
23+ # node-version: "lts/*"
2324
24- - name : Install dependencies
25- run : |
26- npm install -g bower
27- npm install
28- bower info purescript-node-buffer --verbose
29- bower install --production
25+ # - name: Install dependencies
26+ # run: |
27+ # npm install -g bower
28+ # npm install
29+ # bower info purescript-node-buffer --verbose
30+ # bower install --production
3031
3132 - name : Build source
32- run : npm run-script build
33+ run : spago build
3334
3435 - name : Run tests
3536 run : |
36- bower install
37- npx pulp test
38- npx pulp test --main Test.Main1
39- npx pulp test --main Test.Main2
40- npx pulp test --main Test.Main3 -- <(head --bytes 1000000 /dev/zero)
41- npx pulp test --main Test.Main4
37+ spago test
38+ spago test --main Test.Main1
39+ spago test --main Test.Main2
40+ spago test --main Test.Main3 -- <(head --bytes 1000000 /dev/zero)
41+ spago test --main Test.Main4
4242
4343 - name : Check formatting
4444 run : |
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments