Skip to content

Commit

Permalink
ELEMENTS-1677: build failed while generating a snapshot for elements …
Browse files Browse the repository at this point in the history
…project
  • Loading branch information
poonamyadav252 committed Oct 3, 2023
1 parent 02721f0 commit 59d57a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
inputs: |
branch_name: ${{ env.BRANCH_NAME }}
sauce_labs: true
skip_ftests: false
skip_a11y: false
skip_ftests: true
skip_a11y: true
skip_unit_tests: false
generate_metrics: false
run_all: false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"karma-source-map-support": "^1.4.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-static": "^1.0.1",
"lerna": "^3.13.1",
"lerna": "3.13.1",
"lint-staged": "^10.1.1",
"mocha": "^7.1.1",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 59d57a9

Please sign in to comment.