mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-23 11:37:07 -04:00
Fix Unit Tests validation
This commit is contained in:
parent
e5064229c8
commit
30e82d4f39
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
|
@ -13,4 +13,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
run: xcodebuild -scheme MistTests clean test -quiet || true
|
run: xcodebuild -scheme MistTests clean test -quiet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue