We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d338729 commit 31eef86Copy full SHA for 31eef86
.github/workflows/dockerized-tests.yml
@@ -27,12 +27,5 @@ jobs:
27
28
- name: Run docker container and pytest tests
29
run: |
30
- docker run -e KEYCLOAK_CLIENT_SECRET="mocked_secret" --entrypoint "" aiod_metadata_catalogue sh -c "pip install \".[dev]\" && pytest tests -s"
31
-
32
33
34
35
36
37
+ docker run -v ./scripts:/scripts -e KEYCLOAK_CLIENT_SECRET="mocked_secret" --entrypoint "" aiod_metadata_catalogue sh -c "pip install \".[dev]\" && pytest tests -s"
38
0 commit comments