Skip to content

Commit fab2528

Browse files
Update integration.yml
1 parent 48842c7 commit fab2528

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/integration.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- uses: ./ # equivalent to thomashoneyman/setup-purescript@<branch>
17+
18+
- uses: ./ # equivalent to purescript-contrib/setup-purescript@<branch>
1819
with:
1920
purty: "latest"
2021
zephyr: "latest"
21-
- name: Check tools are installed correctly
22-
run: |
23-
purty src/Main.purs
24-
spago build --purs-args '--censor-lib --strict --codegen corefn,js'
25-
zephyr -f Main.main
22+
23+
- name: Check purty is installed correctly
24+
run: purty src/Main.purs
25+
26+
- name: Check spago, psa, and purs are installed correctly
27+
run: spago build --purs-args '--censor-lib --strict --codegen corefn,js'
28+
29+
- name: Check zephyr is installed correctly
30+
run: zephyr -f Main.main

0 commit comments

Comments
 (0)