Skip to content

Commit

Permalink
PR: Disable windows build from action
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Mar 22, 2024
1 parent 89caf6d commit 66d2bba
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test-and-upload-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 66d2bba

Please sign in to comment.