Skip to content

Commit 081d208

Browse files
committed
fix(ci): 🐛 trying to fix CI errors because of no display
1 parent 7651789 commit 081d208

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
${{ runner.os }}-gradle-
5252
- name: Run Tests
5353
uses: coactions/setup-xvfb@v1
54-
run: |
55-
chmod +x gradlew
56-
./gradlew clean test
54+
with:
55+
run: |
56+
chmod +x gradlew
57+
./gradlew clean test

0 commit comments

Comments
 (0)