Split dev/prod CI workflows

This commit is contained in:
Paul Merlin 2020-06-13 13:14:52 +02:00
parent 469bf6123e
commit 8f6be44bf5
2 changed files with 22 additions and 9 deletions

19
.github/workflows/dev.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: dev
on:
pull_request:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm install
npm run all
- uses: ./
with:
wrapper-directory: __tests__/data/basic
build-root-directory: __tests__/data/basic
arguments: help