Skip to content

Commit 6db885c

Browse files
authored
test: added suppport for version specific actions e2e test (#2319)
* add waitForTx * add support for version specific actions * update nightly compatibility run * addressed comments * fix merge conflicts and simplifying versioning things
1 parent c7ab5da commit 6db885c

22 files changed

+4725
-1919
lines changed

.github/workflows/nightly-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Run compatibility tests for different consumer (-cv) and provider (-pv) versions.
3737
# Combination of all provider versions with consumer versions are tested.
3838
# For new versions to be tested add/modify -pc/-cv parameters.
39-
run: go run ./tests/e2e/... --tc compatibility -pv latest -cv v5.2.0 -cv v4.4.0
39+
run: go run ./tests/e2e/... --tc compatibility -pv latest -cv latest -cv v5.2.0 -cv v6.3.0
4040
happy-path-test:
4141
runs-on: ubuntu-latest
4242
timeout-minutes: 20

0 commit comments

Comments
 (0)