We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9772fed commit 94332d8Copy full SHA for 94332d8
.github/workflows/e2e-fork.yml
@@ -26,7 +26,8 @@ jobs:
26
env:
27
TEST_EXCLUSIONS: 'TestInterTxTestSuite,TestIncentivizedInterTxTestSuite,TestUpgradeTestSuite'
28
29
- e2e:
+ # e2e-fork runs the e2e tests directly by using a matrix strategy.
30
+ e2e-fork:
31
32
CHAIN_A_TAG: latest
33
CHAIN_B_TAG: latest
.github/workflows/e2e.yaml
@@ -75,6 +75,8 @@ jobs:
75
fi
76
done
77
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.
80
e2e:
81
# we will be running this job if the PR has not yet been marked for review, and we push additional changes.
82
# we skip the job in this case.
0 commit comments