Skip to content

Commit

Permalink
fix: add intentional fail
Browse files Browse the repository at this point in the history
  • Loading branch information
arteevraina committed Dec 15, 2023
1 parent 6293138 commit 7c87d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Print Logs for Container
run: |
export CONTAINER_ID=$(docker ps -aqf "name=ci")
docker logs -f $CONTAINER_ID | grep -i "FAILED" && exit 1 || exit 0
docker logs -f $CONTAINER_ID | exit 1
- name: Stop and remove the Docker container
run: docker compose -f "backend/compose.test.yaml" down

0 comments on commit 7c87d89

Please sign in to comment.