Skip to content

Commit

Permalink
PR: Move all ubuntu ones at the top
Browse files Browse the repository at this point in the history
NOTE: diff looks odd but all I did was move OS rules at the bottom.
  • Loading branch information
shahzadlone committed Jun 28, 2024
1 parent dbdb6a2 commit 579d2e6
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/test-and-upload-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,31 +43,32 @@ jobs:
mutation-type: collection-save
lens-type: wasm-time
database-encryption: true
- os: macos-latest
- os: ubuntu-latest
client-type: go
database-type: badger-memory
mutation-type: collection-save
lens-type: wasm-time
lens-type: wazero
database-encryption: 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
## database-encryption: false
- os: ubuntu-latest
client-type: go
database-type: badger-memory
mutation-type: collection-save
lens-type: wazero
lens-type: wasmer
database-encryption: false
- os: ubuntu-latest
- os: macos-latest
client-type: go
database-type: badger-memory
mutation-type: collection-save
lens-type: wasmer
lens-type: wasm-time
database-encryption: 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
## lens-type: wasm-time
## database-encryption: false

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 579d2e6

Please sign in to comment.