Skip to content

Commit

Permalink
ci: never fail the status check before testing grep
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Jan 12, 2024
1 parent 58d3de2 commit b550411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
protolock status \
--plugins=plugin-sample,plugin-sample-error,plugin-samples/plugin-sample-wasm/status.wasm \
> out.txt
> out.txt || true
cat out.txt | grep "Extism plugin ran"
- name: check output using multiple plugins with errors
run: |
Expand Down

0 comments on commit b550411

Please sign in to comment.