From 6f0ccd74c46031c009c316b6b9e17807ad83495b Mon Sep 17 00:00:00 2001 From: Komal Date: Tue, 17 Dec 2024 22:16:27 +0530 Subject: [PATCH] Fix command --- .github/workflows/unit-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 31ad36b7..603efe75 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Set up unit tests - run: $ helm plugin install https://github.com/helm-unittest/helm-unittest.git + run: helm plugin install https://github.com/helm-unittest/helm-unittest.git - name: Run unit tests for tyk-stack run: helm unittest ./tyk-stack \ No newline at end of file