Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix container name in analytics CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Sep 24, 2021
1 parent fd554b5 commit 608b63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Run API tests
run: cd openverse_api && test/run_test.sh
- name: Run analytics tests
run: cd ./analytics && docker exec -i openverse_api_analytics_1 /bin/bash -c 'PYTHONPATH=. pipenv run pytest tests.py'
run: cd ./analytics && docker exec -i openverse-api_analytics_1 /bin/bash -c 'PYTHONPATH=. pipenv run pytest tests.py'

0 comments on commit 608b63c

Please sign in to comment.