Skip to content

Commit

Permalink
ci: more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Mar 6, 2024
1 parent f3bc4fe commit 720f96e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ runs:
id: build
run: ./gradlew build jar

# - name: Run Unit Tests
# if: inputs.run_tests == 'true'
# shell: bash
# run: ./gradlew test
- name: Run Unit Tests
if: inputs.run_tests == 'true'
shell: bash
run: ./gradlew test

# TODO: Resolve emulator issue
# - name: Perform Instrumented Tests
Expand Down

0 comments on commit 720f96e

Please sign in to comment.