Skip to content

Commit

Permalink
쓰기 권한 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeokJoon authored Oct 22, 2024
1 parent 4850867 commit d16cf7c
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env:
jobs:
CI:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -41,23 +42,8 @@ jobs:
if: always()
with:
files: '**/build/test-results/test/TEST-*.xml'
# - uses: actions/upload-artifact@v4 # upload test results
# if: success() || failure() # run this step even if previous step failed
# with:
# name: test-results
# path: java-junit.xml

# report:
# needs: CI
# runs-on: ubuntu-latest
# steps:
# - uses: dorny/test-reporter@v1
# with:
# artifact: test-results # artifact name
# name: Java Tests # Name of the check run which will be created
# path: '*.xml' # Path to test results (inside artifact .zip)
# reporter: java-junit # Format of test results


deploy:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit d16cf7c

Please sign in to comment.