diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 516e1b299..2947fa235 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -18,7 +18,7 @@ jobs: - run: npx playwright install --with-deps - run: npm install -g grunt-cli - run: grunt default - - run: xvfb-run --auto-servernum -- npx playwright test tab menu --workers=1 --retries=3 + - run: xvfb-run --auto-servernum -- npx playwright test --workers=1 --retries=3 # - run: xvfb-run --auto-servernum -- npm run jest env: CI: true