Skip to content

Commit

Permalink
ci: add test case, expand
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Jan 12, 2024
1 parent 724e153 commit ddf4db0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ jobs:
WASM=plugin-samples/plugin-sample-wasm/status.wasm
protolock status --plugins=plugin-sample,plugin-sample-error,$WASM | grep "some error"
TEST=$(protolock status --plugins=plugin-sample,plugin-sample-error,$WASM)
echo $TEST | grep "some error"
echo $TEST | grep "Extism plugin ran"
protolock status --plugins=plugin-sample-error,plugin-sample | grep "some error"
# protolock status --plugins=plugin-sample,plugin-sample-error,$WASM | grep "Extism plugin ran"
protolock status --plugins=plugin-sample,plugin-sample-error,$WASM | grep "Extism plugin ran"
- name: check output using multiple plugins with errors
run: |
set +o pipefail
Expand Down

0 comments on commit ddf4db0

Please sign in to comment.