From 7cecc4bd3c2b26611a22508b18a4ec4b5e73b5cf Mon Sep 17 00:00:00 2001 From: Wo-ogie Date: Thu, 27 Jul 2023 18:04:12 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20#17=20CI=20=EB=8B=A8=EA=B3=84=20?= =?UTF-8?q?=EC=A4=91=20chromedriver=20=ED=99=98=EA=B2=BD=EC=9D=84=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=ED=95=98=EB=8A=94=20=EB=8B=A8=EA=B3=84=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index e096bf4..1f151d6 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -18,9 +18,6 @@ jobs: java-version: '17' distribution: 'temurin' - - name: Setup Chromedriver - uses: nanasess/setup-chromedriver@v2 - - name: Grant execute permission for gradlew run: chmod +x gradlew