Skip to content

Commit

Permalink
Further checks
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Apr 24, 2021
1 parent 3792e3d commit 278b06b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test.yml
@@ -0,0 +1,24 @@
name: Test

on: [push]

env:
BUILD_TYPE: Debug

jobs:
Linux-Build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Checks
shell: bash
run: |
type Xorg
echo "$DISPLAY"
DISPLAY=:0 xset q
DISPLAY=:1 xset q
DISPLAY=127.0.0.1:0 xset q
DISPLAY=127.0.0.1:1 xset q
ls /usr/share/xsessions/

0 comments on commit 278b06b

Please sign in to comment.