From db86026756f76855d4bbf983c212d05bb8da81c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olaf=20Sch=C3=BCsler?= Date: Thu, 19 Dec 2024 10:57:12 +0100 Subject: [PATCH] reference workflow in .github folder --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4812094..90eef28 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -8,7 +8,7 @@ on: jobs: testing: - uses: qutech-delft/github-actions/workflows/poetry-tests.yaml@feature/QI2-1241/rework-to-composite-actions + uses: qutech-delft/github-actions/.github/workflows/poetry-tests.yaml@feature/QI2-1241/rework-to-composite-actions with: e2e_path: 'tests/e2e_test.py' idp_url: 'https://quantum-inspire-staging.eu.auth0.com'