Skip to content

Commit

Permalink
Try different syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse authored Dec 15, 2023
1 parent c644aa5 commit 59b3823
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Install unittest dependencies
run: apt install xserver-xorg-core xserver-xorg-video-dummy
- name: Unittest
run:
- cd build
- Xorg -config ../data/xorg.config &>/dev/null &
- sleep 1 # wait for Xorg to boot up
- DISPLAY=:0 ./Debug/jngl-unittest
- DISPLAY=:0 ./Release/jngl-unittest
run: |
cd build
Xorg -config ../data/xorg.config &>/dev/null &
sleep 1 # wait for Xorg to boot up
DISPLAY=:0 ./Debug/jngl-unittest
DISPLAY=:0 ./Release/jngl-unittest

0 comments on commit 59b3823

Please sign in to comment.