Skip to content

Commit

Permalink
e2e one test exepriment
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderian committed Oct 23, 2023
1 parent 96c4be2 commit 8155056
Showing 1 changed file with 29 additions and 27 deletions.
56 changes: 29 additions & 27 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,33 +95,35 @@ jobs:
fail-fast: false
matrix:
include:
- command: "yarn test-parallel --max-workers=10"
fast: false
- command: "yarn test-sequential-no-bootstrap"
fast: false
- command: "yarn test-seqgasless"
fast: false
- command: "yarn test-maintenance"
fast: true
- command: "yarn test-bootstrap"
fast: false
- command: "yarn test-rewards-bootstrap"
fast: false
- command: "yarn test-parallel-autocompound"
fast: true
- command: "yarn test-sequential-autocompound"
fast: true
- command: "yarn test-poolliquidity"
fast: true
- command: "yarn test-governance"
fast: true
- command: "yarn test-multiswap"
fast: false
- command: "yarn test-experimentalStaking"
fast: true
- command: "yarn test-crowdloan"
fast: false
- command: "yarn test-sdk"
# - command: "yarn test-parallel --max-workers=10"
# fast: false
# - command: "yarn test-sequential-no-bootstrap"
# fast: false
# - command: "yarn test-seqgasless"
# fast: false
# - command: "yarn test-maintenance"
# fast: true
# - command: "yarn test-bootstrap"
# fast: false
# - command: "yarn test-rewards-bootstrap"
# fast: false
# - command: "yarn test-parallel-autocompound"
# fast: true
# - command: "yarn test-sequential-autocompound"
# fast: true
# - command: "yarn test-poolliquidity"
# fast: true
# - command: "yarn test-governance"
# fast: true
# - command: "yarn test-multiswap"
# fast: false
# - command: "yarn test-experimentalStaking"
# fast: true
# - command: "yarn test-crowdloan"
# fast: false
# - command: "yarn test-sdk"
# fast: true
- command: "node --experimental-specifier-resolution=node --loader ts-node/esm --experimental-vm-modules node_modules/jest/bin/jest.js --forceExit sdk.API.submitableExtrinsic.test.ts"
fast: true
runs-on: [e2e-gke]
timeout-minutes: 180
Expand Down

0 comments on commit 8155056

Please sign in to comment.