Update test.yml

This commit is contained in:
Justin Hutchings
2022-08-25 11:54:54 -07:00
committed by GitHub
parent aa7e545573
commit 3081ac1cb4
+1 -11
View File
@@ -1,4 +1,4 @@
name: "units-test"
name: "Test"
on:
pull_request:
push:
@@ -7,19 +7,9 @@ on:
- 'releases/*'
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
milliseconds: 1000