From 1340a4fc202cd29f07306e31a51e0157f21c4a8e Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Thu, 2 Jun 2022 13:29:08 -0700 Subject: [PATCH] Adjustments and run examples in CI --- .github/workflows/ci.yml | 5 ++++- Makefile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bf1a81..b7ed5f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -51,3 +51,6 @@ jobs: - name: Build the project run: npm run build + + - name: Make the examples + run: make examples diff --git a/Makefile b/Makefile index 9e75347..4a92b0f 100644 --- a/Makefile +++ b/Makefile @@ -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