Test xvfb

This commit is contained in:
Trebor-Huang
2021-10-31 20:03:34 +08:00
parent 490cf44132
commit 283d4a5fce

View File

@@ -26,6 +26,12 @@ jobs:
echo "::set-output name=apkCode::$(lua .github/workflows/getVersion.lua -apkCode)"
echo "::set-output name=code::$(lua .github/workflows/getVersion.lua -code)"
echo "::set-output name=commit::$(git rev-parse --short ${{ GITHUB.SHA }})"
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
run: |
echo "Testing :)"
false
build-windows:
runs-on: windows-latest