Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Oct 23, 2024
1 parent 5f3ad87 commit 2fe44ca
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -845,15 +845,13 @@ jobs:
if : github.event_name == 'pull_request' && contains(github.event.pull_request.body, '[test_msi]')

test-msi-package:
runs-on: windows-latest
name: Test MSI Installation
uses: ./.github/workflows/test-msi.yml
needs: [build-msi-package]
steps:
- name: Download MSI artifact
uses: ./.github/workflows/test-msi.yml
with:
version: "3."
java-version: 8
with:
# Ensure that version starts with prefix 3.
# In the future it can be adapted to compare with with git tag or version set in the build.s
version: "3."
java-version: 8

build-sdk-package:
uses: ./.github/workflows/build-sdk.yml
Expand Down

0 comments on commit 2fe44ca

Please sign in to comment.