mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
use common test step
This commit is contained in:
parent
6647f17618
commit
b481841a06
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -285,18 +285,11 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
# TODO: Re-Enable this when https://github.com/actions/runner/issues/1206 gets resolved
|
||||
if: matrix.env.ninja_platform != 'win' && matrix.env.ninja_platform != 'mac'
|
||||
if: matrix.env.ninja_platform != 'mac'
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
with:
|
||||
working-directory: build/release
|
||||
run: ninja check
|
||||
|
||||
# TODO: remove if the above issue gets resolved
|
||||
- name: Test Windows
|
||||
if: matrix.env.ninja_platform == 'win'
|
||||
run: |
|
||||
cd build/release
|
||||
ninja check --verbose
|
||||
run: ninja check --verbose
|
||||
|
||||
publish:
|
||||
# https://github.com/marvinpinto/actions/issues/177
|
||||
|
Loading…
Reference in New Issue
Block a user