mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-07 09:20:04 +01:00
PM-3350 PM-3349 Enable running Core tests
This commit is contained in:
parent
9027755b71
commit
70c8a264d2
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@ -153,17 +153,17 @@ jobs:
|
|||||||
# - name: Verify Format
|
# - name: Verify Format
|
||||||
# run: dotnet tool run dotnet-format --check
|
# run: dotnet tool run dotnet-format --check
|
||||||
|
|
||||||
# - 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" /p:CustomConstants=UT
|
||||||
|
|
||||||
#- name: Report test results
|
- name: Report test results
|
||||||
# uses: dorny/test-reporter@c9b3d0e2bd2a4e96aaf424dbaa31c46b42318226 # v1.6.0
|
uses: dorny/test-reporter@c9b3d0e2bd2a4e96aaf424dbaa31c46b42318226 # v1.6.0
|
||||||
# if: always()
|
if: always()
|
||||||
# with:
|
with:
|
||||||
# name: Test Results
|
name: Test Results
|
||||||
# path: "**/test-results.trx"
|
path: "**/test-results.trx"
|
||||||
# reporter: dotnet-trx
|
reporter: dotnet-trx
|
||||||
# fail-on-error: true
|
fail-on-error: true
|
||||||
|
|
||||||
- name: Build Play Store publisher
|
- name: Build Play Store publisher
|
||||||
if: ${{ matrix.variant == 'prod' }}
|
if: ${{ matrix.variant == 'prod' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user