Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
loan21xw committed Oct 6, 2023
1 parent c2ed158 commit 4209ed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:

- name: Run unit tests
run:
docker exec backend-app "npm test --prefix ./backend-app"
docker ps
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 4209ed2

Please sign in to comment.