Files
component-detection-depende…/.github/workflows/test.yml
2022-10-04 15:36:21 -07:00

20 lines
301 B
YAML

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