Skip to content

Commit

Permalink
update nightly compatibility run
Browse files Browse the repository at this point in the history
  • Loading branch information
bermuell committed Oct 17, 2024
1 parent 76f2440 commit c59766e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Run compatibility tests for different consumer (-cv) and provider (-pv) versions.
# Combination of all provider versions with consumer versions are tested.
# For new versions to be tested add/modify -pc/-cv parameters.
run: go run ./tests/e2e/... --tc compatibility -pv latest -cv v5.2.0 -cv v4.4.0
run: go run ./tests/e2e/... --tc compatibility -pv latest -cv latest -cv v5.2.0 -cv v6.2.0
happy-path-test:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit c59766e

Please sign in to comment.