Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
loan21xw committed Oct 6, 2023
1 parent 4209ed2 commit d629acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run unit tests
run:
docker ps
docker exec flexicharge-backend_backend-app_1 "npm test --prefix ./backend-app"
docker exec flexicharge-backend_backend-app_1 ["npm", "test", "--prefix", "./backend-app"]

# Displays a summary and overlook of test cases
- name: Publish test result
Expand Down

0 comments on commit d629acb

Please sign in to comment.