Skip to content

Commit

Permalink
correct path to file
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyscientist committed Oct 18, 2023
1 parent a2121d1 commit 06cef53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06cef53

Please sign in to comment.