mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
ci: switch to docker compose v2 (#5206)
This commit is contained in:
parent
fdefcf9a16
commit
41f1e61911
2 changed files with 3 additions and 3 deletions
2
.github/workflows/benchmark.yaml
vendored
2
.github/workflows/benchmark.yaml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export POMERIUM_TAG=dev
|
export POMERIUM_TAG=dev
|
||||||
cd ./integration/clusters/single-stateful
|
cd ./integration/clusters/single-stateful
|
||||||
docker-compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
- name: integration tests
|
- name: integration tests
|
||||||
run: |
|
run: |
|
||||||
|
|
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -43,11 +43,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export POMERIUM_TAG=dev
|
export POMERIUM_TAG=dev
|
||||||
cd ./integration/clusters/${{matrix.deployment}}-${{matrix.authenticate-flow}}
|
cd ./integration/clusters/${{matrix.deployment}}-${{matrix.authenticate-flow}}
|
||||||
docker-compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
- name: integration tests
|
- name: integration tests
|
||||||
run: |
|
run: |
|
||||||
(cd ./integration/clusters/${{matrix.deployment}}-${{matrix.authenticate-flow}} && docker-compose logs -f &)
|
(cd ./integration/clusters/${{matrix.deployment}}-${{matrix.authenticate-flow}} && docker compose logs -f &)
|
||||||
go test -v ./integration/...
|
go test -v ./integration/...
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue