Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… me to add -T to some line and it might work to disable a bug idk
  • Loading branch information
a1cd committed Jul 5, 2024
1 parent adf52de commit 6e8888d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
- name: Build and run Docker Compose
run: |
docker-compose up -d testserver
docker-compose exec testserver npm run test run
docker-compose down
docker-compose exec -T testserver npm run test run
docker-compose down
#idk what -T does but [this](https://stackoverflow.com/a/57565119/14994086) so thread told me to

0 comments on commit 6e8888d

Please sign in to comment.