From ee81754ab6877e582622a0c9ef7ca5296900f988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=A0=EC=98=88=EC=B0=AC?= <88381563+YeaChan05@users.noreply.github.com> Date: Sun, 10 Mar 2024 14:53:23 +0900 Subject: [PATCH] Update pull-request-intergration.yml --- .github/workflows/pull-request-intergration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-intergration.yml b/.github/workflows/pull-request-intergration.yml index 2a4d63c20..73d74b4e3 100644 --- a/.github/workflows/pull-request-intergration.yml +++ b/.github/workflows/pull-request-intergration.yml @@ -19,7 +19,7 @@ permissions: pull-requests: write jobs: - build-and-test: + check-application: runs-on: ubuntu-latest steps: @@ -40,6 +40,7 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: | ${{ runner.os }}-gradle- + - name: Grant execute permission for gradlew run: chmod +x gradlew