Skip to content

Commit f00e0d7

Browse files
committed
HBX-2956 Do not use xvfb-action
1 parent 0b8e75f commit f00e0d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ jobs:
2121
distribution: temurin
2222

2323
- name: Build and Test
24-
uses: GabrielBB/xvfb-action@b706e4e27b14669b486812790492dc50ca16b465 # v1.7
25-
with:
26-
run: ./mvnw clean install
24+
run: ./mvnw clean install

0 commit comments

Comments
 (0)