|
@@ -109,7 +109,7 @@ jobs:
|
|
|
options: --health-cmd="curl --silent --fail localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=3
|
|
options: --health-cmd="curl --silent --fail localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=3
|
|
|
strategy:
|
|
strategy:
|
|
|
matrix:
|
|
matrix:
|
|
|
- db: [sqljs, mariadb, mysql, postgres]
|
|
|
|
|
|
|
+ db: [mariadb, mysql, postgres]
|
|
|
steps:
|
|
steps:
|
|
|
- uses: actions/checkout@v1
|
|
- uses: actions/checkout@v1
|
|
|
- name: Use Node.js ${{ env.node }}
|
|
- name: Use Node.js ${{ env.node }}
|