From 48aa5ef1b79b15ba43d0fefb20b6ab07ddc2695e Mon Sep 17 00:00:00 2001 From: "Max T. Kristiansen" Date: Fri, 3 Jan 2025 20:43:53 +0100 Subject: [PATCH] ci: Skip integration tests on Windows builds, as Docker is not available --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2135913..ea26772 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,6 +58,6 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and release - run: ./build.cmd Release --include-integration-tests --skip BuildImage + run: ./build.cmd Release --skip BuildImage env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file