Skip to content

Commit

Permalink
Update Unit test action
Browse files Browse the repository at this point in the history
  • Loading branch information
AsemLab committed Jul 29, 2024
1 parent f4e1388 commit 67340b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
# Runs only when commit message startsWith 'Update'
# if: startsWith(github.event.head_commit.message, 'Update')
continue-on-error: true

steps:
- name: Checkout
Expand All @@ -39,4 +40,4 @@ jobs:
run: chmod +x ./gradlew

- name: Run Debug Tests
run: ./gradlew :app:testDebugUnitTest
run: ./gradlew testDebugUnitTest

0 comments on commit 67340b8

Please sign in to comment.