Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refer explicitly to some more testcases
  • Loading branch information
obrok committed Nov 24, 2022
commit 508cae2c6f2ec59851e1269ad5c8d228aae781ca
10 changes: 5 additions & 5 deletions .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Run e2e test
uses: ./.github/actions/run-e2e-test
with:
test-case: rewards_disable_node
test-case: rewards::disable_node
follow-up-finalization-check: true
timeout-minutes: 15

Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
- name: Run e2e test
uses: ./.github/actions/run-e2e-test
with:
test-case: era_payout
test-case: era_payout::era_payout
follow-up-finalization-check: true
timeout-minutes: 10

Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
- name: Run e2e test
uses: ./.github/actions/run-e2e-test
with:
test-case: rewards_force_new_era
test-case: rewards::force_new_era
follow-up-finalization-check: true
timeout-minutes: 10

Expand All @@ -392,7 +392,7 @@ jobs:
- name: Run e2e test
uses: ./.github/actions/run-e2e-test
with:
test-case: rewards_stake_change
test-case: rewards::points_stake_change
follow-up-finalization-check: true
timeout-minutes: 10

Expand All @@ -407,7 +407,7 @@ jobs:
- name: Run e2e test
uses: ./.github/actions/run-e2e-test
with:
test-case: rewards_change_stake_and_force_new_era
test-case: rewards::change_stake_and_force_new_era
follow-up-finalization-check: true
timeout-minutes: 10

Expand Down