Skip to content

Commit

Permalink
spago next. delete bower.json, package.json.
Browse files Browse the repository at this point in the history
Upgrade spec, aff
  • Loading branch information
jamesdbrock committed Sep 25, 2024
1 parent 274cca3 commit 67f766f
Show file tree
Hide file tree
Showing 5 changed files with 1,309 additions and 63 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: purescript-contrib/setup-purescript@main
with:
purescript: "unstable"
purs-tidy: "latest"
spago: "unstable"

- uses: actions/setup-node@v3
with:
node-version: "lts/*"
# - uses: actions/setup-node@v4
# with:
# node-version: "lts/*"

- name: Install dependencies
run: |
npm install -g bower
npm install
bower info purescript-node-buffer --verbose
bower install --production
# - name: Install dependencies
# run: |
# npm install -g bower
# npm install
# bower info purescript-node-buffer --verbose
# bower install --production

- name: Build source
run: npm run-script build
run: spago build

- name: Run tests
run: |
bower install
npx pulp test
npx pulp test --main Test.Main1
npx pulp test --main Test.Main2
npx pulp test --main Test.Main3 -- <(head --bytes 1000000 /dev/zero)
npx pulp test --main Test.Main4
spago test
spago test --main Test.Main1
spago test --main Test.Main2
spago test --main Test.Main3 -- <(head --bytes 1000000 /dev/zero)
spago test --main Test.Main4
- name: Check formatting
run: |
Expand Down
30 changes: 0 additions & 30 deletions bower.json

This file was deleted.

16 changes: 0 additions & 16 deletions package.json

This file was deleted.

Loading

0 comments on commit 67f766f

Please sign in to comment.