Skip to content

Commit ce72802

Browse files
committed
Run tests with xfvb
1 parent 02acff2 commit ce72802

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/qa.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
name: "${{ github.event_name }} / test"
4848
runs-on: ubuntu-latest
4949
steps:
50+
- name: Install xfvb
51+
run: sudo apt-get install -y xvfb x11-xserver-utils
5052
- uses: actions/checkout@v3
5153
- uses: diamondburned/cache-install@main
5254
with:
@@ -65,7 +67,7 @@ jobs:
6567
6668
- run: go test ./...
6769

68-
- run: cd pkg && go test ./...
70+
- run: cd pkg && xvfb-run -a go test ./...
6971

7072
docker:
7173
name: "${{ github.event_name }} / docker"

0 commit comments

Comments
 (0)