mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 21:25:33 +00:00
feat(test): Added stress testing to CI
This commit is contained in:
@@ -104,7 +104,7 @@ jobs:
|
||||
run: git fetch origin develop
|
||||
- name: Stress test
|
||||
working-directory: ./tests/playwright
|
||||
run: E2E_DB_TYPE=${{ inputs.db }} ./scripts/stressTestNewlyAddedTest.js
|
||||
run: E2E_DB_TYPE=${{ inputs.db }} node ./scripts/stressTestNewlyAddedTest.js
|
||||
|
||||
# Quick tests (pg on sqlite shard 0 and sqlite on sqlite shard 1)
|
||||
# - name: Run quick server and tests (pg)
|
||||
|
||||
Reference in New Issue
Block a user