Skip to content

Commit

Permalink
Merge ae37bba into 668cfa1
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Feb 23, 2024
2 parents 668cfa1 + ae37bba commit 44eefe0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/neko.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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
runs-on: ubuntu-latest
steps:
- uses: Qiskit/qiskit-neko@main
with:
test_selection: algorithms

0 comments on commit 44eefe0

Please sign in to comment.