Skip to content

Commit 4cba17d

Browse files
committed
try running tests in CI with xvfb
1 parent d3003c2 commit 4cba17d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ jobs:
6060
- uses: julia-actions/julia-buildpkg@v1
6161
with:
6262
project: NetworkDynamicsInspector
63-
- uses: julia-actions/julia-runtest@v1
63+
- name: Run headless test
64+
uses: GabrielBB/xvfb-action@v1
6465
with:
65-
project: NetworkDynamicsInspector
66+
run: |
67+
julia --project=NetworkDynamicsInspector -e "using Pkg; Pkg.test(coverage=false)"
6668
# - uses: julia-actions/julia-processcoverage@v1
6769
# - uses: codecov/codecov-action@v4
6870
# with:

0 commit comments

Comments
 (0)