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 d29c80b commit 724e153
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 @@ -59,7 +59,7 @@ jobs:
WASM=plugin-samples/plugin-sample-wasm/status.wasm
protolock status --plugins=plugin-sample,plugin-sample-error,$WASM | grep "some error"
# protolock status --plugins=plugin-sample-error,plugin-sample | grep "some error"
protolock status --plugins=plugin-sample-error,plugin-sample | grep "some error"
# protolock status --plugins=plugin-sample,plugin-sample-error,$WASM | grep "Extism plugin ran"
- name: check output using multiple plugins with errors
run: |
Expand Down

0 comments on commit 724e153

Please sign in to comment.