Skip to content

Commit

Permalink
Bump 2.5.x test
Browse files Browse the repository at this point in the history
  • Loading branch information
mlischetti committed Nov 10, 2023
1 parent 0942bb7 commit dc83d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
./gradlew --stacktrace -PweaveTestSuiteVersion=2.6.0-SNAPSHOT native-cli-integration-tests:test
shell: bash
#Run regression tests
- name: Run regression test 2.5
- name: Run regression test 2.5.x
run: |
./gradlew --stacktrace -PweaveTestSuiteVersion=2.5.0-SNAPSHOT native-cli-integration-tests:test
./gradlew --stacktrace -PweaveTestSuiteVersion=2.5.2-SNAPSHOT native-cli-integration-tests:test
shell: bash
- name: Run regression test 2.4
run: |
Expand Down

0 comments on commit dc83d2d

Please sign in to comment.