mirror of
https://github.com/rowtype-yoga/purescript-graphql-fundeps.git
synced 2024-11-25 07:07:45 +03:00
Adds tests to the pipeline
This commit is contained in:
parent
de088099ad
commit
ac5c08fc48
19
.github/workflows/unit-tests.yml
vendored
Normal file
19
.github/workflows/unit-tests.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: Unit tests
|
||||
on: push
|
||||
jobs:
|
||||
container-job:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x]
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Spago install
|
||||
run: npx spago -x test.dhall install
|
||||
- name: Spago build
|
||||
run: npx spago -x test.dhall build
|
||||
- name: Spago test
|
||||
run: npm t
|
Loading…
Reference in New Issue
Block a user