From 42a8ab5d0f2186dd8fc421d3c37841bc1d95bbe7 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 15 Nov 2022 13:15:34 +0100 Subject: [PATCH] test command --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e4e6fa0..d6d27b2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: npx playwright install --with-deps - name: Run your tests - run: npm run test:run + run: npm test - uses: actions/upload-artifact@v2 if: always() with: