Skip to content

Commit

Permalink
docs: 빌드 테스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hong-sile committed Feb 20, 2024
1 parent 3a13537 commit 8cab232
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ jobs:
java-version: 17
distribution: 'temurin'

- name: selenium을 위한 chrome 드라이버 설치
run: |
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
- name: Give permission for Gradle
run: chmod +x gradlew

Expand Down

0 comments on commit 8cab232

Please sign in to comment.