Skip to content

Commit

Permalink
GHA: CI ignore error on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed Dec 7, 2023
1 parent b7f55ea commit f725b45
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 @@ -131,6 +131,7 @@ jobs:
uses: coactions/setup-xvfb@v1
with:
run: task ${{ matrix.task-name }} --output=group --output-group-begin='::group::{{.TASK}}' --output-group-end='::endgroup::'
continue-on-error: ${{ matrix.os.startsWith("macos") }}

- name: Upload vsix artifact
if: ${{ github.event.number && matrix.upload-artifact }}
Expand Down

0 comments on commit f725b45

Please sign in to comment.