Skip to content

Commit 9cd0a7b

Browse files
committed
change to run headless
1 parent 3256de9 commit 9cd0a7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/matrix-and-codecov-on-merge-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
project: diffpy.fourigui
1818
c_extension: false
19-
headless: false
19+
headless: true
2020
secrets:
2121
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/tests-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
project: diffpy.fourigui
1515
c_extension: false
16-
headless: false
16+
headless: true

0 commit comments

Comments
 (0)