Files
component-detection-depende…/.github/workflows/test.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: line 17: could not find expected ':'
Justin Hutchings 58d8d00a21 Update tests
2023-01-20 01:53:38 +00:00

20 lines
347 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
- run: |
npm install
node --experimental-vm-modules node_modules/jest/bin/jest.js