Browse Source

fix(nocodb): GH action debuging logic reverted

pull/4820/head
Muhammed Mustafa 2 years ago
parent
commit
d91ad96eb6
  1. 1
      .github/workflows/playwright-test-workflow.yml

1
.github/workflows/playwright-test-workflow.yml

@ -93,6 +93,7 @@ jobs:
printf '.'
sleep 2
done
- name: Run Playwright tests
working-directory: ./tests/playwright
run: E2E_DB_TYPE=${{ inputs.db }} npm run ci:test:shard:${{ inputs.shard }}

Loading…
Cancel
Save