Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Feb 1, 2024
1 parent 1c93d29 commit c7bd337
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,21 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew

# TODO: https://github.com/JetBrains/compose-multiplatform/issues/4076
# ./gradlew :navigation-core:build --stacktrace
- name: Build
run: |
./gradlew :navigation:compileKotlinJvm :navigation:compileDebugKotlinAndroid :navigation:compileKotlinIosX64 --stacktrace
# - name: Kover Xml Report
# run: ./gradlew :koverXmlReport
#
# - name: Upload Test Report
# uses: codecov/codecov-action@v3.1.4
#
# - name: Upload test report artifact
# if: ${{ failure() }}
# uses: actions/upload-artifact@v3
# with:
# name: test-report
# path: build/reports/tests/allTests/
run: ./gradlew :navigation:build --stacktrace

- name: Kover Xml Report
run: ./gradlew :koverXmlReport

- name: Upload Test Report
uses: codecov/codecov-action@v3.1.4

- name: Upload test report artifact
if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
name: test-report
path: build/reports/tests/allTests/

publish:
needs: [ build ]
Expand Down

0 comments on commit c7bd337

Please sign in to comment.