Skip to content

Commit

Permalink
Adjustments and run examples in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrussell committed Jun 2, 2022
1 parent e546b67 commit 1340a4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up PureScript toolchain
uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.14.0"
purescript: "0.15.0"

- name: Cache PureScript dependencies
uses: actions/cache@v2
Expand Down Expand Up @@ -51,3 +51,6 @@ jobs:

- name: Build the project
run: npm run build

- name: Make the examples
run: make examples
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all: build examples
build: bower_components node_modules
npx pulp build

examples: bower_components node_modules
examples: node_modules
find examples -maxdepth 2 -type f -iname makefile -execdir make \;

bower_components: node_modules
Expand Down

0 comments on commit 1340a4f

Please sign in to comment.