Skip to content

Commit

Permalink
use container id to copy test report
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 12, 2023
1 parent 16635f7 commit c78eef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
pwd
ls -R
docker cp node-app:/app/testResults/test-report.html ./testResults
docker cp "$CONTAINER_ID:/app/testResults/test-report.html" ./testResults
ls -R
Expand Down

0 comments on commit c78eef0

Please sign in to comment.