Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cphiri-dev committed Feb 26, 2024
1 parent d1b54b7 commit 16f7ce9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-mwcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
run: ./gradlew :engine:spotlessCheck
working-directory: android

# - name: Run Engine unit tests with Gradle
# run: ./gradlew :engine:clean && ./gradlew :engine:jacocoTestReport -x :engine:testReleaseUnitTest --stacktrace
# - name: Run Engine unit tests with Gradle
# run: ./gradlew :engine:clean && ./gradlew :engine:jacocoTestReport -x :engine:testReleaseUnitTest --stacktrace
# working-directory: android

# - name: Upload Engine Test Report to codecov
# uses: codecov/codecov-action@v3
# - name: Upload Engine Test Report to codecov
# uses: codecov/codecov-action@v3
# with:
# working-directory: android
# flags: engine
Expand Down

0 comments on commit 16f7ce9

Please sign in to comment.