Skip to content

removed invalid syntax from GH deploy workflow #4

removed invalid syntax from GH deploy workflow

removed invalid syntax from GH deploy workflow #4

Workflow file for this run

name: Test
on: [push, workflow_call]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
registry-url: 'https://registry.npmjs.org'

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

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 11, Col: 7): Unexpected value 'registry-url'
with:
node-version: 16
- run: npm install
- run: npm run build
- run: npm test