diff --git a/.github/workflows/neko.yaml b/.github/workflows/neko.yaml new file mode 100644 index 00000000..5745dd8f --- /dev/null +++ b/.github/workflows/neko.yaml @@ -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 \ No newline at end of file