Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
# trigger complete failure if any fail
set -e
# secret check
echo -n "${SAMPLE_MESSAGE}raphael" | base64
echo -n "${SAMPLE_MESSAGE}bernie" | base64
# additional test dependencies (need to update)
pip install . pytest pytest-cov
# syntax tests
Expand All @@ -29,4 +29,4 @@ services:
volumes:
- .:/main
networks:
main:
main: