mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
Re-Enable tests for non-Windows platforms
This commit is contained in:
parent
52115943c4
commit
62898ed95d
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -199,9 +199,11 @@ jobs:
|
||||
path: build/release/pack/Gittyup-*
|
||||
name: Gittyup ${{ matrix.env.name }}
|
||||
|
||||
# - name: Test
|
||||
# continue-on-error: true
|
||||
# run: |
|
||||
# cd build/release
|
||||
# ninja check
|
||||
- name: Test
|
||||
# TODO: Re-Enable this when https://github.com/actions/runner/issues/1206 gets resolved
|
||||
if: matrix.env.ninja_platform != 'win'
|
||||
continue-on-error: true
|
||||
run: |
|
||||
cd build/release
|
||||
ninja check
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user