Skip to content

Commit

Permalink
update cp path
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 27, 2023
1 parent 076bd52 commit aa746ac
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 @@ -51,7 +51,7 @@ jobs:
pwd
ls -R -I node_modules
# docker exec $CONTAINER_ID ls -aR // this command will work only on running container
docker cp "$CONTAINER_ID:/app/testResults" ./testReport
docker cp "$CONTAINER_ID:/app" ./app
ls -R -I node_modules
Expand Down

0 comments on commit aa746ac

Please sign in to comment.