Skip to content

Commit

Permalink
Make bwc test point to specific version instead of current branch
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Aug 9, 2024
1 parent 8f845e6 commit d6304be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,10 @@ jobs:
uses: actions/checkout@v4

- id: build-previous
name: Run BWC suite
uses: ./.github/actions/run-bwc-suite
with:
plugin-previous-branch: "2.x"
plugin-previous-branch: "2.16"
plugin-next-branch: "current_branch"
report-artifact-name: bwc-${{ matrix.platform }}-jdk${{ matrix.jdk }}
username: admin
Expand Down

0 comments on commit d6304be

Please sign in to comment.