Skip to content

Commit

Permalink
add sequential groups
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChetverov committed May 17, 2024
1 parent 9d29401 commit b4b61d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 b4b61d8

Please sign in to comment.