From 38fc7c5fdbdf4580559e6fd9fdbf711ac43a4112 Mon Sep 17 00:00:00 2001 From: Hannam Rhee Date: Tue, 25 Jul 2023 14:37:38 +0900 Subject: [PATCH] test --- .github/workflows/actions_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions_build.yml b/.github/workflows/actions_build.yml index eb4dac1815b..202f553198b 100644 --- a/.github/workflows/actions_build.yml +++ b/.github/workflows/actions_build.yml @@ -21,7 +21,7 @@ env: jobs: build: - if: github.repository == 'line/armeria' + if: github.repository == 'jrhee17/armeria' runs-on: ${{ matrix.on }} timeout-minutes: 100 strategy: @@ -91,7 +91,7 @@ jobs: - name: Build with Gradle run: | - ./gradlew --no-daemon --stacktrace build \ + ./gradlew --no-daemon --stacktrace lint \ ${{ (matrix.on == 'self-hosted') && '--max-workers=8' || '--max-workers=2' }} --parallel \ ${{ matrix.coverage && '-Pcoverage' || '' }} \ ${{ matrix.leak && '-Pleak' || '' }} \