diff --git a/.github/workflows/reusable-e2e-tests.yml b/.github/workflows/reusable-e2e-tests.yml index 7aba9f275..0de208b5b 100644 --- a/.github/workflows/reusable-e2e-tests.yml +++ b/.github/workflows/reusable-e2e-tests.yml @@ -97,8 +97,8 @@ jobs: include: # - command: "yarn test-parallel --max-workers=10" # fast: false - # - command: "yarn test-sequential-no-bootstrap" - # fast: false + - command: "yarn test-sequential-no-bootstrap" + fast: false - command: "yarn test-seqgasless" fast: false - command: "yarn test-maintenance" @@ -111,8 +111,8 @@ jobs: fast: false # - command: "yarn test-parallel-autocompound" # fast: true - # - command: "yarn test-sequential-autocompound" - # fast: true + - command: "yarn test-sequential-autocompound" + fast: true # - command: "yarn test-poolliquidity" # fast: true # - command: "yarn test-governance" @@ -121,8 +121,8 @@ jobs: # fast: false # - command: "yarn test-experimentalStaking" # fast: true - # - command: "yarn test-crowdloan" - # fast: false + - command: "yarn test-crowdloan" + fast: false # - command: "yarn test-sdk" # fast: true # - command: "yarn test-parallel-3rdPartyRewards"