diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 18fbe79..b4d5d39 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -17,11 +17,6 @@ jobs: distribution: 'corretto' java-version: '21' - - name: Grant execute permission for gradlew - run: | - chmod +x gradlew - ./gradlew build -x test - - name: Generate afterInstall.sh run: | mkdir -p ./scripts @@ -72,6 +67,11 @@ jobs: EOF shell: bash + - name: Grant execute permission for gradlew + run: | + chmod +x gradlew + ./gradlew build -x test + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: