Skip to content

Commit

Permalink
change docker test command in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
IkeHunter committed Sep 5, 2024
1 parent 19baf59 commit 102f440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Build images
run: docker-compose build
- name: Run Test
run: docker-compose run --rm api sh -c "npm run test"
run: docker-compose run --rm server sh -c "npm run test"

0 comments on commit 102f440

Please sign in to comment.