Skip to content

Commit b0acfc6

Browse files
Update unit test command in CI workflow
1 parent c317c04 commit b0acfc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: docker-compose ps
2626

2727
- name: Run unit tests with vitest
28-
run: docker exec -it nginx npm test /bin/bash
28+
run: docker exec -T api01 npm test
2929

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

0 commit comments

Comments
 (0)