Skip to content

Update pr-go-unit.yml #7

Update pr-go-unit.yml

Update pr-go-unit.yml #7

Workflow file for this run

name: JS Package Tests
create: cache

Check failure on line 2 in .github/workflows/pr-js-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-js-tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: await response and commit
on:
push:
branches: ["main"]
pull_request:
types: [opened, edited, synchronize]
jobs:
test:
timeout-minutes: 30
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_REMOTE_ONLY: true
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/setup-go
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- run: pnpm -- turbo run test --filter=!cli --color