Skip to content

Commit

Permalink
Merge pull request #216 from nodlesh/feature/bcw-showcase-test-dev
Browse files Browse the repository at this point in the history
update path for retrieving screenshots
  • Loading branch information
nodlesh authored Nov 28, 2023
2 parents a1f5271 + e0b2757 commit 1836af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-screenshots_from_main
path: /aries-mobile-test-harness/aries-mobile-tests/*.png
path: ./aries-mobile-test-harness/aries-mobile-tests/*.png
retention-days: 7


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-test-harness/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
uses: actions/upload-artifact@v3
with:
name: test-screenshots_from_run_action
path: /aries-mobile-test-harness/aries-mobile-tests/*.png
path: ./aries-mobile-test-harness/aries-mobile-tests/*.png
retention-days: 7

branding:
Expand Down

0 comments on commit 1836af7

Please sign in to comment.