Skip to content

Commit 5628192

Browse files
authored
Declare Java action in windows workflow (#9604)
1 parent d21ea3c commit 5628192

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
checks: write
5454
steps:
5555
- uses: actions/checkout@v4
56+
- uses: ./.github/actions/setup-build
5657
- name: Build with Gradle
5758
run: ./gradlew.bat cleanTest testcontainers:test --no-daemon --continue --scan --no-build-cache
5859
- uses: ./.github/actions/setup-junit-report
@@ -82,6 +83,7 @@ jobs:
8283
token: ${{ secrets.GITHUB_TOKEN }}
8384
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
8485
ref: ${{ github.event.client_payload.pull_request.head.ref }}
86+
- uses: ./.github/actions/setup-build
8587
- name: Build with Gradle
8688
run: ./gradlew.bat cleanTest testcontainers:test --no-daemon --continue --scan --no-build-cache
8789
- uses: ./.github/actions/setup-junit-report

0 commit comments

Comments
 (0)