Skip to content

Commit

Permalink
update app path
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 12, 2023
1 parent beaa240 commit d2ca697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
CONTAINER_ID=$(docker-compose ps -q node-app)
echo "Container ID: $CONTAINER_ID"
docker cp "$CONTAINER_ID:/app/testResults" ./testResults
ls -R
docker cp "$CONTAINER_ID:/usr/src/node-app/testResults" ./testResults
ls -R
Expand Down

0 comments on commit d2ca697

Please sign in to comment.