From d29c80b659686bf7ce1e1cb54fae807cb1682af4 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 11 Jan 2024 21:40:58 -0700 Subject: [PATCH] ci: remove test case, narrowing --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a803075..b30ebdb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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