Skip to content

Commit 31eef86

Browse files
authored
Update dockerized-tests.yml
Added scripts to the testing container as a mapped volume, since they are utilised by the unit tests written for the backup and restoration features.
1 parent d338729 commit 31eef86

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/dockerized-tests.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,5 @@ jobs:
2727

2828
- name: Run docker container and pytest tests
2929
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-
30+
docker run -v ./scripts:/scripts -e KEYCLOAK_CLIENT_SECRET="mocked_secret" --entrypoint "" aiod_metadata_catalogue sh -c "pip install \".[dev]\" && pytest tests -s"
3831

0 commit comments

Comments
 (0)