Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: remove test case, narrowing
Browse files Browse the repository at this point in the history
nilslice committed Jan 12, 2024
1 parent ba69565 commit d29c80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -59,8 +59,8 @@ 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,plugin-sample-error,$WASM | 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"
- name: check output using multiple plugins with errors
run: |
set +o pipefail

0 comments on commit d29c80b

Please sign in to comment.