Initial commit

This commit is contained in:
Benoit Daloze
2020-01-01 12:39:26 +01:00
commit 775a4e4019
12 changed files with 6059 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
name: "units-test"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./
with:
milliseconds: 1000