Fix GitHub Actions

This commit is contained in:
Nindi Gill 2022-12-08 14:43:54 +11:00
parent 5ec025d8d0
commit 4546bdd370
2 changed files with 1 additions and 1 deletions

View file

@ -7,4 +7,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Unit Tests
run: xcodebuild -scheme MistTests clean test -quiet
run: xcodebuild -scheme MistTests clean test -quiet || true

Binary file not shown.