Skip to content

Commit

Permalink
Update docker exec command in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorCarvalho67 committed Jan 30, 2024
1 parent b0acfc6 commit 27f4774
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 @@ -25,7 +25,7 @@ jobs:
run: docker-compose ps

- name: Run unit tests with vitest
run: docker exec -T api01 npm test
run: docker exec api01 npm test

- name: Stop and remove docker-compose containers
run: docker-compose down

0 comments on commit 27f4774

Please sign in to comment.