Skip to content

Allow manually triggering workflow builds #8679

Allow manually triggering workflow builds

Allow manually triggering workflow builds #8679

name: check-unit-test
on: push
on: workflow_dispatch

Check failure on line 3 in .github/workflows/check-unit-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-unit-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
jobs:
check-unit-test:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20.9.0"
- name: Checkout
uses: actions/checkout@v4
- run: npm ci
- run: npm run test:unit