mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
try to enable windows tests
This commit is contained in:
parent
bf1cd57611
commit
5ab639a5bd
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -291,6 +291,13 @@ jobs:
|
||||
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
|
||||
|
||||
publish:
|
||||
# https://github.com/marvinpinto/actions/issues/177
|
||||
needs: [flatpak, build]
|
||||
|
Loading…
Reference in New Issue
Block a user