fix: just continue on error for ui tests
This commit is contained in:
parent
68358e679f
commit
a4c433ead1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/application.yml
vendored
3
.github/workflows/application.yml
vendored
|
@ -44,8 +44,7 @@ jobs:
|
|||
|
||||
- name: Run UI Tests
|
||||
uses: coactions/setup-xvfb@v1
|
||||
if: matrix.os != 'macos-latest' # skipped on OSX as not working and no way to test fixes
|
||||
continue-on-error: ${{ matrix.os == 'windows-latest' }} # Windows seems flaky
|
||||
continue-on-error: true
|
||||
with:
|
||||
run: ./gradlew --no-daemon test --tests ui.*
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue