Skip to content

Commit

Permalink
Update PureScript in CI and add psa to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman authored and sharkdp committed Jul 5, 2021
1 parent a072ed2 commit d5151e0
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 111 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ jobs:

- uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.13.8"
purescript: "0.14.2"

- uses: actions/setup-node@v1
with:
node-version: "12"

- name: Install dependencies
run: |
npm install -g bower
npm install
bower install --production
npx bower install --production
- name: Build source
run: npm run-script build

- name: Run tests
run: |
bower install
npx bower install
npm run-script test --if-present
Loading

0 comments on commit d5151e0

Please sign in to comment.