mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:35:09 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user