Skip to content

Commit

Permalink
Continues with build script even after error
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Sep 4, 2024
1 parent eb281d2 commit 84a3b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Build
continue-on-error: true
run: |
yes | curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh
npm install
Expand Down

0 comments on commit 84a3b7d

Please sign in to comment.