Skip to content

Commit

Permalink
remove goaws from simulation ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jan 7, 2025
1 parent 8e63da1 commit ff98040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
GIT_COMMIT: ${{ github.sha }}
run: |
printenv
docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d worker mongo redis minio mc goaws
docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d worker mongo redis minio mc
- name: Dump docker logs before tests
uses: jwalton/gh-docker-logs@v2
Expand Down

0 comments on commit ff98040

Please sign in to comment.