mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-24 00:30:51 +01:00
Continue process if there is an error
This commit is contained in:
parent
b20b1d07c9
commit
3a46d06bec
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
|||||||
run: xcodebuild -scheme RSDatabaseiOS -showdestinations
|
run: xcodebuild -scheme RSDatabaseiOS -showdestinations
|
||||||
|
|
||||||
- name: Run Build
|
- name: Run Build
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
||||||
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
||||||
|
Loading…
Reference in New Issue
Block a user