Skip to content

Commit

Permalink
add ls logger
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 27, 2023
1 parent d42dc51 commit 3dd8109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
echo "Container ID: $CONTAINER_ID"
pwd
# ls -R
ls -R
docker exec $CONTAINER_ID ls -aR
docker cp "$CONTAINER_ID:/app/testResults/test-report.html" ./testResults
ls -R
Expand Down

0 comments on commit 3dd8109

Please sign in to comment.