Skip to content

Commit

Permalink
ci: Skip integration tests on Windows builds, as Docker is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnatamo committed Jan 3, 2025
1 parent b49b399 commit 48aa5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 48aa5ef

Please sign in to comment.