Skip to content

Commit 5054078

Browse files
authored
ci: Add continue-on-error for browserstack job (#3191)
1 parent 5b5b5f2 commit 5054078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
needs: job_build
142142
runs-on: ubuntu-latest
143143
timeout-minutes: 45
144+
continue-on-error: true
144145
if: "github.ref == 'refs/heads/master'"
145146
steps:
146147
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)