Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 27, 2023
1 parent fdf897d commit 20a74b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
pwd
ls -R
docker exec $CONTAINER_ID ls -aR
docker cp "$CONTAINER_ID:/app/testResults/test-report.html" ./testResults
# docker exec $CONTAINER_ID ls -aR // this command will work only on running container
docker cp "$CONTAINER_ID:/app/testResults/test-report.html" ./testReport
ls -R
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-results
path: ./testResults
path: ./testReport/test-report.html

# https://afsalbacker.medium.com/a-simple-api-test-automation-setup-using-newman-github-actions-and-slack-f70cfa15efe3
- name: Publish jest test report to slack
Expand Down

0 comments on commit 20a74b3

Please sign in to comment.