Skip to content

Commit

Permalink
Maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocontrini committed Apr 14, 2024
1 parent a0932cb commit 56d6ccc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ls -lah
ls -lah test
- name: Run tests
run: docker compose -f docker-compose.tests.yml up --build
run: docker compose -f docker-compose.tests.yml up --build --abort-on-container-exit --exit-code-from tests

docker:
name: Docker build
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ $RECYCLE.BIN/

.idea

config.json
/config.json

maps/tmp/cards/
maps/tmp/maps/
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
bot:
tests:
build:
context: .
dockerfile: Dockerfile.Tests
Expand Down

0 comments on commit 56d6ccc

Please sign in to comment.