Skip to content

Commit

Permalink
chore: parallelize
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Aug 28, 2023
1 parent da9a856 commit ba203c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-smoke-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
- name: Run Smoke Tests
shell: bash
run: yarn smoketest
run: yarn smoketest -- --forceExit --no-cache --maxWorkers=2
env:
CLI_REGION: ${{ inputs.region }}
CI: true
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build-tests": "tsc --build tsconfig.tests.json",
"setup-profile": "ts-node ./src/configure_tests.ts",
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts",
"smoketest": "yarn setup-profile && jest --runInBand --testPathPattern='src/__tests__/smoke-tests/.*.test.ts' --config=jest.config.js"
"smoketest": "yarn e2e --testPathPattern='src/__tests__/smoke-tests/.*.test.ts'"
},
"dependencies": {
"@aws-amplify/amplify-category-auth": "3.6.0",
Expand Down

0 comments on commit ba203c8

Please sign in to comment.