Skip to content

Commit

Permalink
chore: test report에 if always 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
coli-geonwoo committed Dec 15, 2024
1 parent 0e1f232 commit 31ce62d
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/Dev_CI.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: dev-ci

on:
push:
branches:
- chore/#20
pull_request:
branches:
- develop

permissions: write-all
#permissions: write-all

jobs:
build-and-push:
Expand All @@ -23,16 +26,8 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Cache Gradle dependencies
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: |
${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Grant Permission
run: chmod +x ./gradlew
Expand All @@ -55,6 +50,7 @@ jobs:
- name: Report test Coverage to PR
id: jacoco
uses: madrapps/[email protected]
if: always()
with:
title: 📝 Test Coverage Report
paths: ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml
Expand Down

0 comments on commit 31ce62d

Please sign in to comment.