From 608b63c65426879f161f1f9e69877c8f2a989b61 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Fri, 24 Sep 2021 10:32:50 +0530 Subject: [PATCH] Fix container name in analytics CI --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 07c80ee63..4492ed70f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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'