diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 36196d7..c21b4fc 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -14,6 +14,5 @@ jobs: run: | npm install npm run test - npx playwright install-deps - npx playwright install + npm ci npx playwright test diff --git a/api/data/subscription.test.ts b/api/data/subscription.test.ts index d313aa3..0b6bbd2 100644 --- a/api/data/subscription.test.ts +++ b/api/data/subscription.test.ts @@ -33,7 +33,7 @@ jest.mock("./settings", () => ({ host: "localhost", })) -xdescribe("subscriptions", () => { +describe("subscriptions", () => { beforeAll(() => { resetDbInstance() })