From b8315a218e8712dcb14df100e4c4977f39d50966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Pe=C3=B1a=20Tapia?= <57907331+ElePT@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:18:18 +0100 Subject: [PATCH] Add qiskit-neko integration tests (#162) --- .github/workflows/neko.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/neko.yaml 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