Skip to content

Upgrade to PureScript 0.15.15 and Spago Next #13

Upgrade to PureScript 0.15.15 and Spago Next

Upgrade to PureScript 0.15.15 and Spago Next #13

Workflow file for this run

name: Build and test
on:
push:
branches: master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install & build
run: npm install && npx spago build
- name: Build and test project
run: ./run_tests.sh
- name: Build and test in headless browser
run: ./run_headless_tests.sh