From 20a74b333527c0228b0f59da352d6fe07375fed1 Mon Sep 17 00:00:00 2001 From: AshutoshSajan <44765540+AshutoshSajan@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:44:41 +0530 Subject: [PATCH] minor change --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f56beab..b29d3d5 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 @@ -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