From 3a46d06bece1ecb66f76773a3fa17b26fbbba43e Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 11 Oct 2019 19:26:48 -0500 Subject: [PATCH] Continue process if there is an error --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8157bd55f..1a02cd37e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}