mirror of
https://github.com/bitwarden/mobile
synced 2025-01-21 21:28:05 +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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
variant: ["prod", "qa"]
|
variant: ["qa"]
|
||||||
steps:
|
steps:
|
||||||
- name: Setup NuGet
|
- name: Setup NuGet
|
||||||
uses: nuget/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f # v1.2.0
|
uses: nuget/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f # v1.2.0
|
||||||
@ -158,9 +158,9 @@ jobs:
|
|||||||
run: dotnet tool restore
|
run: dotnet tool restore
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Verify Format
|
# - name: Verify Format
|
||||||
run: dotnet tool run dotnet-format --check
|
# run: dotnet tool run dotnet-format --check
|
||||||
shell: pwsh
|
# shell: pwsh
|
||||||
|
|
||||||
#- name: Run Core tests
|
#- name: Run Core tests
|
||||||
# run: dotnet test test/Core.Test/Core.Test.csproj --logger "trx;LogFileName=test-results.trx"
|
# run: dotnet test test/Core.Test/Core.Test.csproj --logger "trx;LogFileName=test-results.trx"
|
||||||
|
Loading…
Reference in New Issue
Block a user