We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21ea3c commit 5628192Copy full SHA for 5628192
.github/workflows/ci-windows.yml
@@ -53,6 +53,7 @@ jobs:
53
checks: write
54
steps:
55
- uses: actions/checkout@v4
56
+ - uses: ./.github/actions/setup-build
57
- name: Build with Gradle
58
run: ./gradlew.bat cleanTest testcontainers:test --no-daemon --continue --scan --no-build-cache
59
- uses: ./.github/actions/setup-junit-report
@@ -82,6 +83,7 @@ jobs:
82
83
token: ${{ secrets.GITHUB_TOKEN }}
84
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
85
ref: ${{ github.event.client_payload.pull_request.head.ref }}
86
87
88
89
0 commit comments