Skip to content

Commit

Permalink
fix: attempt a fix for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m4olivei committed Oct 25, 2024
1 parent 24f6470 commit 5454cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
id: cypress-tests-wc
continue-on-error: true
working-directory: packages/web-components
run: yarn test:e2e-storybook:test:parallel
run: yarn cypress:verify && yarn test:e2e-storybook:test:parallel
env:
CI_BUILD_ID: '${{ github.sha }}-${{ github.workflow }}-wc'
CYPRESS_API_URL: "https://sorry-cypress-director.qfl95m0zv01.us-east.codeengine.appdomain.cloud"
Expand Down
3 changes: 2 additions & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
"typecheck": "tsc --noEmit -p tsconfig.json",
"upgrade-carbon": "yarn upgrade-interactive @carbon/web-components @carbon/icon-helpers @carbon/icons --latest --exact",
"visual-snapshot": "yarn percy storybook:start ./storybook-static",
"wca": "web-component-analyzer analyze src --outFile custom-elements.json"
"wca": "web-component-analyzer analyze src --outFile custom-elements.json",
"cypress:verify": "cypress verify"
},
"dependencies": {
"@carbon/ibmdotcom-services": "2.14.0-rc.2",
Expand Down

0 comments on commit 5454cfe

Please sign in to comment.