Skip to content

Update test.yml

Update test.yml #2

Workflow file for this run

name: Publish BETA
on:
push:
branches:
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm run test