Skip to content

Commit

Permalink
chromedriver: test build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrizzi committed Jun 7, 2023
1 parent 83b2ed8 commit 7d5abf1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/chromedriver.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: ChromeDriver test jobs

on:
push:
workflow_dispatch:

jobs:
Expand All @@ -19,5 +18,5 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
# - name: Run the build
# run: mvn -X -v -D"webdriver.chrome.driver=$CHROMEWEBDRIVER/chromedriver" ; echo $CHROMEWEBDRIVER/chromedriver
- name: Run the build
run: mvn -X -v -D"webdriver.chrome.driver=$CHROMEWEBDRIVER/chromedriver" ; echo $CHROMEWEBDRIVER/chromedriver

0 comments on commit 7d5abf1

Please sign in to comment.