Skip to content

Commit 48aa5ef

Browse files
committed
ci: Skip integration tests on Windows builds, as Docker is not available
1 parent b49b399 commit 48aa5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
password: ${{ secrets.GITHUB_TOKEN }}
5959

6060
- name: Build and release
61-
run: ./build.cmd Release --include-integration-tests --skip BuildImage
61+
run: ./build.cmd Release --skip BuildImage
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)