mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:15:24 +00:00
test: increase ci-cd timeout, docker compose correction
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
@@ -27,7 +27,7 @@ concurrency:
|
||||
jobs:
|
||||
unit-tests:
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 40
|
||||
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
steps:
|
||||
- name: Setup Node
|
||||
|
||||
@@ -4,10 +4,11 @@ version: "3.5"
|
||||
# disabling default sql-mode set to only_full_group_by
|
||||
services:
|
||||
xc-mysql-sakila-db:
|
||||
network_mode: host
|
||||
image: mysql:8.0
|
||||
command: mysqld --sql_mode=""
|
||||
restart: always
|
||||
ports:
|
||||
- 3306:3306
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user