Skip to content

Commit

Permalink
fix: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ansehoon1999 committed Dec 2, 2023
1 parent 742153e commit 51ae862
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:

jobs:
unit-test:
runs-on: ubuntu-latest
needs: [ lint ]
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
Expand All @@ -20,6 +21,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: unit_test_report
path: app/build/reports/tests/testDebugUnitTest/


path: app/build/reports/tests/testDebugUnitTest/

0 comments on commit 51ae862

Please sign in to comment.