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: CLI Unit Tests
concurrency: 6
group: ${{ github.workflow }}-${{ github.ref }}

Check failure on line 3 in .github/workflows/pr-go-unit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-go-unit.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
cancel-in-progress: false
push:
branches: ["main"]
pull_request:
types: [opened, edited, synchronize]
jobs:
test:
timeout-minutes: 15
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
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