Skip to content

Commit

Permalink
Fix container name
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhiek187 committed Oct 23, 2023
1 parent 3280a46 commit 911271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
chmod u+x start-docker.sh
./start-docker.sh $FMP_API_KEY
- name: Run tests inside the container
run: docker exec "${PWD##*/}_web_1" sh -c "python -Wa manage.py test -v 2"
run: docker exec "${PWD##*/}-web-1" sh -c "python -Wa manage.py test -v 2"

0 comments on commit 911271a

Please sign in to comment.