Skip to content

Commit

Permalink
ci: update provider versions on nigthly comatibility runs (cosmos#1675)
Browse files Browse the repository at this point in the history
update provider versions on nigthly comatibility runs
  • Loading branch information
bermuell authored Mar 4, 2024
1 parent 786e7a1 commit 380cd09
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 @@ -34,7 +34,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 -pv v4.0.0 -pv v3.3.2-lsm -cv latest -cv v4.0.0 -cv v3.3.0
run: go run ./tests/e2e/... --tc compatibility -pv latest -pv v4.0.0 -pv v3.3.3-lsm -cv latest -cv v4.0.0 -cv v3.3.0
happy-path-test:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit 380cd09

Please sign in to comment.