Skip to content

Commit

Permalink
apply patch for unexpected-error test expects non-colored output
Browse files Browse the repository at this point in the history
  • Loading branch information
candrews committed Aug 25, 2023
1 parent ba20c5c commit dc4df41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -16,6 +16,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "18.x"

- name: apply patch for unexpected-error test expects non-colored output from https://github.com/snyk/cli/pull/4813
run: curl --fail -Ls "https://github.com/candrews/snyk-cli/commit/558514ea87baca646d1161748b00e027ef72f321.patch" | git apply
- name: apply patch adding the client-sbom creation feature
run: curl --fail -Ls "https://github.com/candrews/snyk-cli/commit/b2fba9e586acb406719afb77eddb3f0b5460ce69.patch" | git apply
- name: Install dependencies
Expand Down

0 comments on commit dc4df41

Please sign in to comment.