|
|
|
@ -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 |
|
|
|
|