Files
component-detection-depende…/.github/workflows/test.yml
Justin Hutchings 1467e01173 Initial commit
2022-08-25 09:12:00 -07:00

26 lines
412 B
YAML

name: "units-test"
on:
pull_request:
push:
branches:
- main
- '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