From 06cef531cb7c5ac06d6cdf83ea8ab21126e6f34f Mon Sep 17 00:00:00 2001 From: Andreas Hasenkopf Date: Wed, 18 Oct 2023 10:30:57 +0200 Subject: [PATCH] correct path to file --- .github/workflows/on_tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_tag.yml b/.github/workflows/on_tag.yml index 1f0d565..b728a67 100644 --- a/.github/workflows/on_tag.yml +++ b/.github/workflows/on_tag.yml @@ -64,7 +64,7 @@ jobs: -e PG_HOST=$PG_HOST -e PG_PORT=$PG_PORT -e PG_DB=$PG_DB --entrypoint "" \ -v `pwd`:/src \ ghcr.io/${GITHUB_REPOSITORY,,}/api:${GITHUB_REF_NAME,,} \ - bash -c 'pip3 install -r /src/requirements_test.txt; pytest /opt/aimaas/backend/tests/' + bash -c 'pip3 install -r /src/backend/requirements_test.txt; pytest /opt/aimaas/backend/tests/' env: PG_USER: aimaas PG_PASSWORD: password