We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7f22f commit b03fce1Copy full SHA for b03fce1
.github/workflows/maven.yml
@@ -22,14 +22,8 @@ jobs:
22
java-version: 14
23
- name: Setup display for running Chrome
24
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 &
30
chmod ugo+x scripts/publish-javadocs-to-github-pages.sh
31
chmod ugo+x scripts/get-bank-holiday-data-source-and-store-in-resources.sh
32
- apt-get install firefox
33
- name: Build with Maven
34
run: mvn -B package --file pom.xml
35
- name: Run SonarQube
0 commit comments