Skip to content

change test trigger

change test trigger #2

Workflow file for this run

name: BUILD TEST

Check failure on line 1 in .github/workflows/build-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-test.yml

Invalid workflow file

(Line: 11, Col: 3): A sequence was not expected
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: npm install
- name: Install Submodules
run: git submodule update
- name: TEST
run: tree