Skip to content

Commit

Permalink
Merge pull request #207 from compscidr/jason/fix-ci
Browse files Browse the repository at this point in the history
remove un-needed part of workflow
  • Loading branch information
compscidr committed Apr 3, 2024
2 parents 16ae2bb + 477934d commit 17e7509
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: instrumentedtests
files: ./app/build/reports/coverage/androidTest/debug/connected/report.xml

# https://github.com/actions/checkout/issues/715
# https://github.com/actions/checkout/pull/579
- name: clean local tags
if: always()
run: |
cd /tmp/hello-kotlin-android/hello-kotlin-android/hello-kotlin-android &&
git config --global --add safe.directory /tmp/hello-kotlin-android/hello-kotlin-android/hello-kotlin-android &&
git tag -d $(git tag -l)
files: ./app/build/reports/coverage/androidTest/debug/connected/report.xml

0 comments on commit 17e7509

Please sign in to comment.