Skip to content

Commit

Permalink
testing bwc workflow test w actions w 2.11
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Aggarwal <[email protected]>
  • Loading branch information
sarthakaggarwal97 committed Jan 24, 2024
1 parent a045af4 commit 499296f
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 @@ -162,7 +162,7 @@ jobs:
- id: build-previous
uses: ./.github/actions/run-bwc-suite
with:
plugin-previous-branch: "2.x"
plugin-previous-branch: "2.11"
plugin-next-branch: "current_branch"
report-artifact-name: bwc-${{ matrix.platform }}-jdk${{ matrix.jdk }}
username: admin
Expand Down Expand Up @@ -203,6 +203,7 @@ jobs:
echo "CUSTOM_CODECS_PLUGIN_VERSION_ONLY_NUMBER=$custom_codecs_plugin_version_only_number" >> $GITHUB_ENV
echo "TEST_QUALIFIER=$test_qualifier" >> $GITHUB_ENV
- run: |
echo ${{ env.CUSTOM_CODECS_PLUGIN_VERSION }}
echo ${{ env.CUSTOM_CODECS_PLUGIN_VERSION_NO_SNAPSHOT }}
Expand Down

0 comments on commit 499296f

Please sign in to comment.