mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-01 16:01:26 +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: |
|
||||
export POMERIUM_TAG=dev
|
||||
cd ./integration/clusters/single-stateful
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
|
||||
- name: integration tests
|
||||
run: |
|
||||
|
|
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -43,11 +43,11 @@ jobs:
|
|||
run: |
|
||||
export POMERIUM_TAG=dev
|
||||
cd ./integration/clusters/${{matrix.deployment}}-${{matrix.authenticate-flow}}
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
|
||||
- name: integration tests
|
||||
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/...
|
||||
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue