Skip to content

Commit

Permalink
Update sequential groups (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChetverov authored May 17, 2024
2 parents 33154e7 + b4b61d8 commit eed3ca7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit eed3ca7

Please sign in to comment.