Skip to content

Commit

Permalink
Test npx in action
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Nov 14, 2023
1 parent 53369fa commit a2700bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
runs-on: ubuntu-20.04
env:
DISPLAY: :0
SE_BROWSER_PATH=BROWSER_PATH: /home/runner/work/jlineup/jlineup/chrome/linux-119.0.6045.105/chrome-linux64/chrome
webdriver.chrome.driver: /home/runner/work/jlineup/jlineup/chromedriver/linux-119.0.6045.105/chromedriver-linux64/chromedriver
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand All @@ -45,8 +47,8 @@ jobs:
- name: Setup Chrome and Chromedriver (Linux)
if: runner.os == 'Linux'
run: |
npx @puppeteer/browsers install chrome@stable
npx @puppeteer/browsers install chromedriver@stable
npx @puppeteer/browsers install chrome@119.0.6045.105
npx @puppeteer/browsers install chromedriver@119.0.6045.105
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit a2700bc

Please sign in to comment.