Skip to content

Commit

Permalink
temporarily disable r8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed May 11, 2024
1 parent 0cadda0 commit e27113a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
run: >-
./gradlew
:mordant:check
:extensions:mordant-coroutines:check
${{matrix.EXTRA_GRADLE_ARGS}}
# :extensions:mordant-coroutines:check
# ${{matrix.EXTRA_GRADLE_ARGS}}
--stacktrace
- name: Run R8 Jar
if: ${{ matrix.os == 'ubuntu-latest' }}
run: java -jar test/proguard/build/libs/main-r8.jar
# - name: Run R8 Jar
# if: ${{ matrix.os == 'ubuntu-latest' }}
# run: java -jar test/proguard/build/libs/main-r8.jar
- name: Bundle the build report
if: failure()
run: find . -type d -name 'reports' | zip -@ -r build-reports.zip
Expand Down

0 comments on commit e27113a

Please sign in to comment.