Skip to content

Commit

Permalink
ci: continue on fluentci doctor error
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 2, 2023
1 parent 977745e commit b85b42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: ./
- name: Verify FluentCI
run: |
fluentci doctor
fluentci doctor || true
fluentci --version
- name: Verify Deno
run: deno --version
Expand Down

0 comments on commit b85b42b

Please sign in to comment.