mirror of
https://github.com/FalsePattern/fpgradle-workflows.git
synced 2025-04-21 15:02:28 +02:00
remove xvfb bloat
This commit is contained in:
parent
42fa5982ff
commit
d74dd1b233
1 changed files with 1 additions and 5 deletions
6
.github/workflows/build-and-test.yml
vendored
6
.github/workflows/build-and-test.yml
vendored
|
@ -26,10 +26,6 @@ jobs:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Ubuntu dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt-get update -y
|
|
||||||
sudo apt-get install -y mesa-utils xvfb x11-xserver-utils
|
|
||||||
- name: Checkout mod repo
|
- name: Checkout mod repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -90,7 +86,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run post-build checks
|
- name: Run post-build checks
|
||||||
id: build_mod
|
id: build_mod
|
||||||
run: xvfb-run --server-args="-screen 0 1366x768x24" ./gradlew --build-cache build
|
run: ./gradlew --build-cache build
|
||||||
|
|
||||||
- name: Attach gradle reports
|
- name: Attach gradle reports
|
||||||
if: failure() && steps.build_mod.conclusion == 'failure'
|
if: failure() && steps.build_mod.conclusion == 'failure'
|
||||||
|
|
Loading…
Add table
Reference in a new issue