Skip to content

Add primitives job

Add primitives job #2

Workflow file for this run

name: Qiskit Neko Integration Tests
on:
push:
pull_request:
branches: ['main', 'stable/*']
concurrency:
group: ${{ github.repository }}-${{ github.ref }}-${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
neko-nature:
name: Qiskit Neko Integration Tests - nature
runs-on: ubuntu-latest
steps:
- uses: Qiskit/qiskit-neko@main
with:
test_selection: nature
neko-nature:

Check failure on line 18 in .github/workflows/neko.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/neko.yaml

Invalid workflow file

You have an error in your yaml syntax on line 18
name: Qiskit Neko Integration Tests - primitives
runs-on: ubuntu-latest
steps:
- uses: Qiskit/qiskit-neko@main
with:
test_selection: primitives