test: skip step

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2025-08-21 08:46:05 +03:00
parent 985005f796
commit 556c1e0516

View File

@@ -73,11 +73,6 @@ jobs:
# this is only needed for connecting to sakila db as its refeferred in multiple places in test code
mysql -u'root' -p'password' < 01-mysql-sakila-schema.sql
mysql -u'root' -p'password' < 02-mysql-sakila-insert-data.sql
- name: Setup pg for quick tests
if: ${{ inputs.db == 'sqlite' && inputs.shard == '1' }}
working-directory: ./packages/nocodb/tests/pg-cy-quick/
run: |
sudo -u postgres psql -U postgres -f 01-cy-quick.sql
- name: Run backend
if: ${{ inputs.db == 'sqlite' }}
working-directory: ./packages/nocodb