diff --git a/.github/workflows/cross-repo.yaml b/.github/workflows/cross-repo.yaml index e22951d85f..b2c8d2d66a 100644 --- a/.github/workflows/cross-repo.yaml +++ b/.github/workflows/cross-repo.yaml @@ -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 diff --git a/package.json b/package.json index 09e05d6983..39de4ad3a3 100644 --- a/package.json +++ b/package.json @@ -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",