Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Nov 4, 2024
1 parent 122eb60 commit 31b47c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- language: python
build-mode: none

timeout-minutes: 15

steps:
- name: "Show: GitHub context"
Expand Down Expand Up @@ -132,14 +133,14 @@ jobs:


- name: "Build with Maven 🔨"
if: ${{ matrix.language == 'java-kotlin' }}
continue-on-error: ${{ matrix.target-platform == 'unstable' }}
run: |
set -euo pipefail
# prevent "org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]" on Linux
${{ runner.os == 'Linux' && 'xvfb-run --auto-servernum --server-args="-screen 0 1600x900x24" \' || '' }}
./mvnw \
--errors \
--update-snapshots \
--batch-mode \
--show-version \
-Dtycho.disableP2Mirrors=true \
Expand Down

0 comments on commit 31b47c1

Please sign in to comment.