Skip to content

Commit

Permalink
chore: write 권한 부여
Browse files Browse the repository at this point in the history
  • Loading branch information
coli-geonwoo committed Dec 13, 2024
1 parent ad934a9 commit 17167c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Backend_Dev_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ on:
branches:
- develop

permissions: write-all

jobs:
build-and-push:
runs-on: ubuntu-latest
timeout-minutes: 2

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -37,7 +40,7 @@ jobs:
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: ${{ github.workspace }}/backend/build/test-results/**/*.xml
report_paths: ${{ github.workspace }}/build/test-results/**/*.xml

- name: Report test Coverage to PR
id: jacoco
Expand Down

0 comments on commit 17167c5

Please sign in to comment.