Skip to content

Commit

Permalink
[WT-1521] rename artifacts and cypress script
Browse files Browse the repository at this point in the history
  • Loading branch information
deepti-imx committed Aug 1, 2023
1 parent 85f464d commit 7d770fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-lint-typecheck-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ jobs:
run: yarn test

- name: Checkout-widgets cypress tests
run: yarn test:checkout:cypress:ci
run: yarn test:checkout:cypress

- name: Upload cypress videos artifacts
uses: actions/upload-artifact@v2
with:
name: cypress-videos
name: checkout-widgets-cypress-videos
path: ./packages/checkout/widgets-lib/cypress/videos

- name: Upload cypress screenshots artifacts
uses: actions/upload-artifact@v2
if: failure()
with:
name: cypress-screenshots
name: checkout-widgets-cypress-screenshots
path: ./packages/checkout/widgets-lib/cypress/screenshots
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"syncpack:fix": "yarn syncpack fix-mismatches",
"syncpack:format": "yarn syncpack format",
"test": "wsrun --exclude-missing -e test",
"test:cypress:ci": "wsrun --exclude-missing -e test:cypress",
"test:checkout:cypress:ci": "wsrun -p @imtbl/checkout-widgets-lib --exclude-missing -e test:cypress",
"test:checkout:cypress": "wsrun -p @imtbl/checkout-widgets-lib --exclude-missing -e test:cypress",
"typecheck": "wsrun --exclude-missing typecheck"
},
"workspaces": [
Expand Down

0 comments on commit 7d770fc

Please sign in to comment.