Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jheng-hao-lin-cko committed Oct 5, 2023
1 parent e920ac1 commit 8ae3093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/send-sonar-qube-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Environment
uses: ./.github/actions/setup-env
uses: .github/actions/setup-env.yml
- name: Build Jacoco Test Report for :checkout
run: ./gradlew :checkout:jacocoTestReport
- name: Build Jacoco Test Report for :frames
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Environment
uses: ./.github/actions/setup-env
uses: .github/actions/setup-env.yml
- name: Run Ktlint
run: ./gradlew ktlintCheck
- name: Run Android Lint
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Environment
uses: ./.github/actions/setup-env
uses: .github/actions/setup-env.yml
- name: Build with Gradle
run: ./gradlew build

Expand All @@ -46,6 +46,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Environment
uses: ./.github/actions/setup-env
uses: .github/actions/setup-env.yml
- name: Run unit tests
run: ./gradlew test

0 comments on commit 8ae3093

Please sign in to comment.