From bd5baaa6ed4a9edece35c684de0dee422a9fd286 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 11 Jan 2024 22:30:16 -0700 Subject: [PATCH] ci: remove combined test --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8466ce7..f8c3062 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,11 +59,6 @@ jobs: | grep "some error" protolock status --plugins=plugin-sample-error,plugin-sample | grep "some error" - - protolock status \ - --plugins=plugin-sample,plugin-sample-error,plugin-samples/plugin-sample-wasm/status.wasm \ - > out.txt || true - cat out.txt | grep "Extism plugin ran" - name: check output using multiple plugins with errors run: | set +o pipefail