From 66d2bbaea71b8848024957b745b932328b5e7736 Mon Sep 17 00:00:00 2001 From: Shahzad Lone Date: Fri, 22 Mar 2024 15:41:05 -0400 Subject: [PATCH] PR: Disable windows build from action --- .github/workflows/test-and-upload-coverage.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-and-upload-coverage.yml b/.github/workflows/test-and-upload-coverage.yml index 60858b1f86..491b674906 100644 --- a/.github/workflows/test-and-upload-coverage.yml +++ b/.github/workflows/test-and-upload-coverage.yml @@ -46,11 +46,13 @@ jobs: database-type: badger-memory mutation-type: collection-save detect-changes: false - - os: windows-latest - client-type: go - database-type: badger-memory - mutation-type: collection-save - detect-changes: false +## TODO: https://github.com/sourcenetwork/defradb/issues/2080 +## Uncomment the lines below to Re-enable the windows build once this todo is resolved. +## - os: windows-latest +## client-type: go +## database-type: badger-memory +## mutation-type: collection-save +## detect-changes: false runs-on: ${{ matrix.os }}