Skip to content

Commit

Permalink
chore: upload unit tests exec files
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-marchwicki committed Jan 30, 2024
1 parent 47e0f80 commit 14d87d7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
LOUDIUS_GITHUB_USER_NAME: ${{ secrets.LOUDIUS_GITHUB_USER_NAME }}
LOUDIUS_GITHUB_USER_OTP_SECRET: ${{ secrets.LOUDIUS_GITHUB_USER_OTP_SECRET }}

- name: Check coverage output
run: ls -R app/build/outputs

- name: Upload tests results
if: always()
uses: actions/upload-artifact@v3
Expand All @@ -66,6 +69,7 @@ jobs:
path: |
*/build/test-results/**
*/build/paparazzi/failures/**
*/build/outputs/**
retention-days: 5

android-tests:
Expand Down Expand Up @@ -168,14 +172,8 @@ jobs:
with:
name: test-results

- name: Download tests results for both jobs
uses: actions/download-artifact@v3
with:
path: |
*/build/outputs/unit_test_code_coverage
- name: Display structure of downloaded files
run: ls -R
run: ls -R app/build/outputs app/build/test-results

- name: Prepare Android Environment
uses: ./.github/actions/prepare-android-env
Expand Down

0 comments on commit 14d87d7

Please sign in to comment.