Files
component-detection-depende…/.github/workflows/test.yml
T
Justin Hutchings 3081ac1cb4 Update test.yml
2022-08-25 11:54:54 -07:00

16 lines
234 B
YAML

name: "Test"
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./