Continue process if there is an error
This commit is contained in:
parent
b20b1d07c9
commit
3a46d06bec
|
@ -33,6 +33,7 @@ jobs:
|
|||
run: xcodebuild -scheme RSDatabaseiOS -showdestinations
|
||||
|
||||
- name: Run Build
|
||||
continue-on-error: true
|
||||
env:
|
||||
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
||||
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
||||
|
|
Loading…
Reference in New Issue