Skip to content

Stop including the versions file in the bundle #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 25, 2021
Prev Previous commit
Next Next commit
Temporarily reduce integration tests
  • Loading branch information
thomashoneyman committed Feb 25, 2021
commit 5efcf15c799be9f14fa317b0cb4c71b27a2acfa2
15 changes: 9 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:

- name: Check purty is installed correctly
run: purty src/Main.purs

- name: Check spago, psa, and purs are installed correctly
run: spago build --purs-args '--censor-lib --strict --codegen corefn,js'

- name: Check zephyr is installed correctly
run: zephyr -f Main.main

- name: Check spago and purs are installed correctly
# run: spago build --purs-args '--censor-lib --strict --codegen corefn,js'
run: |
purs --version
spago version

# - name: Check zephyr is installed correctly
# run: zephyr -f Main.main