Skip to content

Workflow file for this run

name: synk CLI

Check failure on line 1 in .github/workflows/pr-go-e2e.yml

View workflow run for this annotation

GitHub Actions / synk CLI run :windows group:${{ github.workflow }}-${{ github.ref }} cancel-in-progress:await response and remix commit

Invalid workflow file

The workflow is not valid. .github/workflows/pr-go-e2e.yml (Line: 1, Col: 7): Unrecognized named-value: 'github'. Located at position 1 within expression: github.workflow
run :windows
group:${{ github.workflow }}-${{ github.ref }}
cancel-in-progress:await response and remix commit
on:
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 }}"
- name: E2E Tests
run: pnpm -- turbo run e2e --filter=cli
- name: Integration Tests
if: matrix.os != 'windows-latest'
run: pnpm -- turbo run integration-tests --filter=cli