diff --git a/.github/workflows/production-smoke-test.yml b/.github/workflows/production-smoke-test.yml index 6e473e6021cf1..17c011b65322b 100644 --- a/.github/workflows/production-smoke-test.yml +++ b/.github/workflows/production-smoke-test.yml @@ -48,4 +48,4 @@ jobs: - name: Run Smoke Test (examples/playwright/src/tests/theia-app) shell: bash - run: npm run test:playwright && npm run theia-app + run: npm run test:playwright -- theia-app