From 49ccf9211b6adbb670af8e51c6eb462d0cf6cf88 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 25 Sep 2024 13:08:33 -0400 Subject: [PATCH] Add playwright to gitea action --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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