Skip to content

Commit

Permalink
Migration from Gitlab syntax to Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
miniwolf committed Nov 24, 2024
1 parent 0cbc568 commit abffee0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ jobs:
permissions:
contents: read
before_script:
- sudo apt-get install at-spi2-core
- export DISPLAY=:99.0
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1920x1080x16
steps:
- uses: actions/checkout@v4
- name: Setup Linux display
run: |
sudo apt-get install at-spi2-core
export DISPLAY=:99.0
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1920x1080x16
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit abffee0

Please sign in to comment.