Skip to content

PPpro - test

PPpro - test #6

Workflow file for this run

name: test
run-name: ${{ github.actor }} - test
on: [pull_request]
jobs:
test:
strategy:

Check failure on line 6 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 6, Col: 5): Required property is missing: runs-on
matrix:
os: [windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.17.0'
- run: npm ci
- run: npm test