skip some tests on CI

This commit is contained in:
Jan Prochazka
2021-05-27 15:13:14 +02:00
parent 9af28e7d20
commit e8433423b4
3 changed files with 11 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Run tests
run: |
cd integration-tests
yarn test
yarn test:ci
services:
postgres:
@@ -36,10 +36,10 @@ jobs:
--health-timeout 5s
--health-retries 5
mysql:
image: mysql
env:
MYSQL_ROOT_PASSWORD: Pwd2020Db
# mysql:
# image: mysql
# env:
# MYSQL_ROOT_PASSWORD: Pwd2020Db
mssql:
image: mcr.microsoft.com/mssql/server
@@ -48,5 +48,5 @@ jobs:
SA_PASSWORD: Pwd2020Db
MSSQL_PID: Express
cockroachdb:
image: cockroachdb/cockroach
# cockroachdb:
# image: cockroachdb/cockroach