Skip to content

Commit

Permalink
Remove upload artifact step using older version
Browse files Browse the repository at this point in the history
We weren't doing anything with these results anyway
  • Loading branch information
PaulKlauser committed Jun 3, 2024
1 parent b753fb6 commit d091787
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
- name: Run Unit Tests
run: ./gradlew testDebug

- name: Upload test results
if: always()
uses: actions/upload-artifact@v3
with:
name: test-results
path: app/build/reports/

- name: Assemble
env:
VERSION_CODE: ${{ github.run_number }}
Expand Down

0 comments on commit d091787

Please sign in to comment.