Skip to content

Commit

Permalink
Update dockerized-tests.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jsmatias authored Mar 11, 2024
1 parent d338729 commit 31eef86
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/dockerized-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,5 @@ jobs:

- name: Run docker container and pytest tests
run: |
docker run -e KEYCLOAK_CLIENT_SECRET="mocked_secret" --entrypoint "" aiod_metadata_catalogue sh -c "pip install \".[dev]\" && pytest tests -s"






docker run -v ./scripts:/scripts -e KEYCLOAK_CLIENT_SECRET="mocked_secret" --entrypoint "" aiod_metadata_catalogue sh -c "pip install \".[dev]\" && pytest tests -s"

0 comments on commit 31eef86

Please sign in to comment.