From 610ea4bb9b6bf2e8529042125b97af2d7e29a2c2 Mon Sep 17 00:00:00 2001 From: bhuridech Date: Fri, 27 Oct 2023 17:06:41 +0700 Subject: [PATCH] rename file --- .github/workflows/cicd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 352814d..4cdb76d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -12,6 +12,10 @@ jobs: quality-check: name: Quality Scan runs-on: ubuntu-latest + permissions: + contents: read + packages: write + steps: - uses: actions/checkout@v4 with: @@ -51,6 +55,7 @@ jobs: java-version: 17 - uses: actions/checkout@v4 + - name: Unit test outside Docker-compose run: ./gradlew test