Skip to content

Commit

Permalink
Add primitives job
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Feb 23, 2024
1 parent b10a4a3 commit 5bd0a8b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/neko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ concurrency:
group: ${{ github.repository }}-${{ github.ref }}-${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
neko:
name: Qiskit Neko Integration Tests
neko-nature:
name: Qiskit Neko Integration Tests - nature
runs-on: ubuntu-latest
steps:
- uses: Qiskit/qiskit-neko@main
with:
test_selection: nature
test_selection: nature

neko-nature:
name: Qiskit Neko Integration Tests - primitives
runs-on: ubuntu-latest
steps:
- uses: Qiskit/qiskit-neko@main
with:
test_selection: primitives

0 comments on commit 5bd0a8b

Please sign in to comment.