We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3003c2 commit 4cba17dCopy full SHA for 4cba17d
.github/workflows/tests.yml
@@ -60,9 +60,11 @@ jobs:
60
- uses: julia-actions/julia-buildpkg@v1
61
with:
62
project: NetworkDynamicsInspector
63
- - uses: julia-actions/julia-runtest@v1
+ - name: Run headless test
64
+ uses: GabrielBB/xvfb-action@v1
65
- project: NetworkDynamicsInspector
66
+ run: |
67
+ julia --project=NetworkDynamicsInspector -e "using Pkg; Pkg.test(coverage=false)"
68
# - uses: julia-actions/julia-processcoverage@v1
69
# - uses: codecov/codecov-action@v4
70
# with:
0 commit comments