mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-24 03:57:13 -04:00
Fix GitHub Actions
This commit is contained in:
parent
5ec025d8d0
commit
4546bdd370
2 changed files with 1 additions and 1 deletions
2
.github/workflows/run_unit_tests.yml
vendored
2
.github/workflows/run_unit_tests.yml
vendored
|
@ -7,4 +7,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
|
run: xcodebuild -scheme MistTests clean test -quiet || true
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue