chore(workflows): move to playwright

This commit is contained in:
Wing-Kam Wong
2023-06-19 18:24:26 +08:00
parent 8a3542f4fa
commit c5706fb98f

View File

@@ -69,9 +69,6 @@ jobs:
if: ${{ inputs.db == 'sqlite' && inputs.shard == '1' }}
working-directory: ./
run: docker-compose -f ./tests/playwright/scripts/docker-compose-pg-pw-quick.yml up -d &
- name: run frontend
working-directory: ./packages/nc-gui
run: pnpm run ci:run
- name: Run backend
working-directory: ./packages/nocodb
run: |