diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 8e833fe..f9fd104 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,4 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: npm install && npm run test \ No newline at end of file + - run: npm install && npm run test && npx playwright test