mirror of
https://github.com/bitwarden/mobile
synced 2025-01-05 13:29:29 +01:00
PM-3349 build.yml commented verify format and just set qa as variant on MAUI Android for faster checks on CI
This commit is contained in:
parent
ddb27b52d3
commit
553bf9ed0a
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
variant: ["prod", "qa"]
|
||||
variant: ["qa"]
|
||||
steps:
|
||||
- name: Setup NuGet
|
||||
uses: nuget/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f # v1.2.0
|
||||
@ -158,9 +158,9 @@ jobs:
|
||||
run: dotnet tool restore
|
||||
shell: pwsh
|
||||
|
||||
- name: Verify Format
|
||||
run: dotnet tool run dotnet-format --check
|
||||
shell: pwsh
|
||||
# - name: Verify Format
|
||||
# run: dotnet tool run dotnet-format --check
|
||||
# shell: pwsh
|
||||
|
||||
#- name: Run Core tests
|
||||
# run: dotnet test test/Core.Test/Core.Test.csproj --logger "trx;LogFileName=test-results.trx"
|
||||
|
Loading…
Reference in New Issue
Block a user