Skip to content

Commit

Permalink
chore(ci): remove unit-tests job for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Garg committed May 20, 2023
1 parent 2c80852 commit bf69cec
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/develop_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,39 +59,6 @@ jobs:
arguments: spotlessCheck
gradle-home-cache-cleanup: true

unit-tests:
needs: [check-codestyle]
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
if: needs.file-changes.outputs.any == 'true'
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.2
with:
fetch-depth: 0

- name: Set up JDK
uses: actions/setup-java@v3.11.0
with:
distribution: "zulu"
java-version: "17"
cache: "gradle"

- name: Run unit tests
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: test
gradle-home-cache-cleanup: true

- name: (Fail-only) Upload test report
if: failure()
uses: actions/upload-artifact@v3
with:
name: Unit tests report
path: app/build/reports/tests/

build-apks:
needs: [check-codestyle]
strategy:
Expand Down

0 comments on commit bf69cec

Please sign in to comment.