diff --git a/.github/workflows/playwright-test-workflow.yml b/.github/workflows/playwright-test-workflow.yml index ea5b388c40..0b25826d55 100644 --- a/.github/workflows/playwright-test-workflow.yml +++ b/.github/workflows/playwright-test-workflow.yml @@ -72,7 +72,7 @@ jobs: working-directory: ./packages/nocodb run: | npm install - npm run watch:run:playwright & > ${{ inputs.db }}_${{ inputs.shard }}_test_backend.log + npm run watch:run:playwright > ${{ inputs.db }}_${{ inputs.shard }}_test_backend.log & - name: Cache playwright npm modules uses: actions/cache@v3 id: playwright-cache @@ -110,7 +110,7 @@ jobs: working-directory: ./packages/nocodb run: | kill -9 $(lsof -t -i:8080) - npm run watch:run:playwright:quick & > quick_${{ inputs.shard }}_test_backend.log + npm run watch:run:playwright:quick > quick_${{ inputs.shard }}_test_backend.log & - name: Wait for backend & run quick tests if: ${{ inputs.db == 'sqlite' }} working-directory: ./packages/nc-gui/tests/playwright