Skip to content

Commit

Permalink
change main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saramahmoud5005 committed Oct 29, 2023
1 parent f33eab9 commit 86b113f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
- name: Run Lint
run: ./gradlew lintDebug

# - name: Upload html test report
# uses: actions
- name: Upload html test report
uses: actions/upload-artifact@v2
with:
name: lint.html
path: app/build/reports/linnt-result-debug.html
# build:
# name: Build
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 86b113f

Please sign in to comment.