From 5d9fb36375dd74c0df48442ede164e1bb1a37303 Mon Sep 17 00:00:00 2001 From: Fanis Tharropoulos Date: Thu, 16 Jan 2025 16:11:00 +0200 Subject: [PATCH] ci: fix typo --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f8110c..98a027a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: run: npm run build - name: Run tests - - run: npm test -- --ci --color + run: npm test -- --ci --color - uses: actions/upload-artifact@v3 if: always()