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()