Skip to content

Commit

Permalink
Update qa-UnitTest-Coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex0vSky authored Aug 14, 2023
1 parent 5e3f971 commit a796814
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/qa-UnitTest-Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Run tool Occ
continue-on-error: true
run: | # double launching because windows system hooks from AppCompat conflicts with gmock-win32 hooks
run: |
# Warmup for gmock-win32 hooks
@(
"${{ env.module0 }}"
Expand Down Expand Up @@ -136,8 +136,6 @@ jobs:
path: TestsCoverage-Occ-${{ runner.os }}-${{ env.strCfg }}.svg
- name: Put *.svg file to Gists for badge TestsCoverage
if: ${{ success( ) || failure( ) }} # yes, not 'always( )' because 'cancelled( )'
# TMP!!!
continue-on-error: true
uses: exuanbo/actions-deploy-gist@v1
with:
token: ${{ secrets.ACCESS_TO_GIST }}
Expand Down Expand Up @@ -166,8 +164,6 @@ jobs:
status: ${{ env.uTests }} testsuites
path: GoogleTest-testsuites-${{ runner.os }}-${{ env.strCfg }}.svg
- name: Put *.svg file to Gists for badge GoogleTest
# TMP!!!
continue-on-error: true
uses: exuanbo/actions-deploy-gist@v1
with:
token: ${{ secrets.ACCESS_TO_GIST }}
Expand Down

0 comments on commit a796814

Please sign in to comment.