Skip to content

Commit 1340a4f

Browse files
committed
Adjustments and run examples in CI
1 parent e546b67 commit 1340a4f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
1818
with:
19-
purescript: "0.14.0"
19+
purescript: "0.15.0"
2020

2121
- name: Cache PureScript dependencies
2222
uses: actions/cache@v2
@@ -51,3 +51,6 @@ jobs:
5151

5252
- name: Build the project
5353
run: npm run build
54+
55+
- name: Make the examples
56+
run: make examples

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all: build examples
33
build: bower_components node_modules
44
npx pulp build
55

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

99
bower_components: node_modules

0 commit comments

Comments
 (0)