Skip to content

Commit 94332d8

Browse files
authored
Rename fork e2e job into e2e-fork. (cosmos#3827)
* Rename fork e2e job into e2e-fork, document.
1 parent 9772fed commit 94332d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/e2e-fork.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
env:
2727
TEST_EXCLUSIONS: 'TestInterTxTestSuite,TestIncentivizedInterTxTestSuite,TestUpgradeTestSuite'
2828

29-
e2e:
29+
# e2e-fork runs the e2e tests directly by using a matrix strategy.
30+
e2e-fork:
3031
env:
3132
CHAIN_A_TAG: latest
3233
CHAIN_B_TAG: latest

.github/workflows/e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
fi
7676
done
7777
78+
# e2e generates the e2e tests for the non-forked PRs. It does so by using the
79+
# e2e-test-workflow-call.yml each test runs the jobs defined in that file.
7880
e2e:
7981
# we will be running this job if the PR has not yet been marked for review, and we push additional changes.
8082
# we skip the job in this case.

0 commit comments

Comments
 (0)