Skip to content

Commit

Permalink
ci: try with file output
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Jan 12, 2024
1 parent 5bae448 commit 58d3de2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ jobs:
protolock status --plugins=plugin-sample-error,plugin-sample | grep "some error"
go run ./cmd/... status \
protolock status \
--plugins=plugin-sample,plugin-sample-error,plugin-samples/plugin-sample-wasm/status.wasm \
| grep "Extism plugin ran"
> out.txt
cat out.txt | grep "Extism plugin ran"
- name: check output using multiple plugins with errors
run: |
set +o pipefail
Expand Down

0 comments on commit 58d3de2

Please sign in to comment.