mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
ci: Update isbang/compose-action and postgres in DB tests (no-changelog) (#9165)
This commit is contained in:
parent
be8203a1da
commit
eab01876ab
2
.github/docker-compose.yml
vendored
2
.github/docker-compose.yml
vendored
|
@ -15,7 +15,7 @@ services:
|
||||||
hard: 46677
|
hard: 46677
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:11
|
image: postgres:16
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_DB=n8n
|
- POSTGRES_DB=n8n
|
||||||
|
|
4
.github/workflows/ci-postgres-mysql.yml
vendored
4
.github/workflows/ci-postgres-mysql.yml
vendored
|
@ -84,7 +84,7 @@ jobs:
|
||||||
key: ${{ github.sha }}:db-tests
|
key: ${{ github.sha }}:db-tests
|
||||||
|
|
||||||
- name: Start MySQL
|
- name: Start MySQL
|
||||||
uses: isbang/compose-action@v1.5.1
|
uses: isbang/compose-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
compose-file: ./.github/docker-compose.yml
|
compose-file: ./.github/docker-compose.yml
|
||||||
services: |
|
services: |
|
||||||
|
@ -117,7 +117,7 @@ jobs:
|
||||||
key: ${{ github.sha }}:db-tests
|
key: ${{ github.sha }}:db-tests
|
||||||
|
|
||||||
- name: Start Postgres
|
- name: Start Postgres
|
||||||
uses: isbang/compose-action@v1.5.1
|
uses: isbang/compose-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
compose-file: ./.github/docker-compose.yml
|
compose-file: ./.github/docker-compose.yml
|
||||||
services: |
|
services: |
|
||||||
|
|
Loading…
Reference in a new issue