Skip to content

Commit

Permalink
Improve CI by reduce dependency between steps (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuwu authored Feb 12, 2024
1 parent 8bc81cd commit 795f5ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
run: ./gradlew testDebugUnitTest

lint:
needs: test
environment: Development
runs-on: ubuntu-latest
steps:
Expand All @@ -135,7 +134,6 @@ jobs:
path: ./app/build/reports/lint-results-debug.html

ktlint:
needs: test
environment: Development
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 795f5ea

Please sign in to comment.