mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
ci: fix pen tests docker tag (#1565)
This commit is contained in:
parent
4d47d04674
commit
7ef20d8b08
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pen-tests.yml
vendored
2
.github/workflows/pen-tests.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Docker Compose up
|
- name: Docker Compose up
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://raw.githubusercontent.com/logto-io/logto/HEAD/docker-compose.yml |\
|
curl -fsSL https://raw.githubusercontent.com/logto-io/logto/HEAD/docker-compose.yml |\
|
||||||
TAG=prerelease docker compose -p logto -f - up -d
|
TAG=edge docker compose -p logto -f - up -d
|
||||||
|
|
||||||
- name: Sleep for 30 seconds
|
- name: Sleep for 30 seconds
|
||||||
run: sleep 30s
|
run: sleep 30s
|
||||||
|
|
Loading…
Add table
Reference in a new issue