Skip to content

Include seed for failing tests (#18) #6

Include seed for failing tests (#18)

Include seed for failing tests (#18) #6

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: Cache PureScript dependencies
uses: actions/cache@v2
with:
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
path: |
.spago
output
- name: Test
run: npx spago test