Skip to content

Commit

Permalink
Add continue-on-error at ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lcc3108 committed Dec 10, 2023
1 parent fc848ba commit e203c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- name: Run e2e tests
if: steps.check-for-e2e.outputs.has-e2e == 'true'
run: yarn run e2e
continue-on-error: true

- name: Stop grafana docker
if: steps.check-for-e2e.outputs.has-e2e == 'true'
Expand Down

0 comments on commit e203c5a

Please sign in to comment.