Skip to content

Commit b03fce1

Browse files
committed
fixing up some chrome install issues for github actions
1 parent dd7f22f commit b03fce1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,8 @@ jobs:
2222
java-version: 14
2323
- name: Setup display for running Chrome
2424
run: |
25-
export DISPLAY=:99.0
26-
sh -e /etc/init.d/xvfb start
27-
sleep 3
28-
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
29-
google-chrome-stable --remote-debugging-port=9222 http://localhost &
3025
chmod ugo+x scripts/publish-javadocs-to-github-pages.sh
3126
chmod ugo+x scripts/get-bank-holiday-data-source-and-store-in-resources.sh
32-
apt-get install firefox
3327
- name: Build with Maven
3428
run: mvn -B package --file pom.xml
3529
- name: Run SonarQube

0 commit comments

Comments
 (0)