Skip to content

Commit

Permalink
run tests with X server
Browse files Browse the repository at this point in the history
  • Loading branch information
VSRonin committed Mar 7, 2024
1 parent b7b4ace commit a4da5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntuLTS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
$OldPath = [Environment]::GetEnvironmentVariable("PATH")
[Environment]::SetEnvironmentVariable("PATH","$pwd/installed/lib;$pwd/installed/bin;$OldPath")
cd debug
cmake --build . --target test
xvfb-run cmake --build . --target test
cd ../release
cmake --build . --target test
xvfb-run cmake --build . --target test
- name: HtmlModelSerialiser output validation
run: |
pip install html5validator
Expand Down

0 comments on commit a4da5f7

Please sign in to comment.