Skip to content

update test workflow #1477

update test workflow

update test workflow #1477

Workflow file for this run

name: Tests

Check failure on line 1 in .github/workflows/Tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Tests.yml

Invalid workflow file

(Line: 23, Col: 16): A sequence was not expected
on:
push:
branches:
- 'main'
tags: '*'
paths-ignore:
- 'docs/**'
pull_request:
types: [opened, synchronize, reopened, ready_for_review, converted_to_draft]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
tests:
uses: "QuantumKitHub/QuantumKitHubActions/.github/workflows/TestGroups.yml@main"
with:
fast: "${{ github.event.pull_request.draft == true }}"
exclude: ["testsuite"]
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}