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: