mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Use test cache again
This commit is contained in:
parent
e67029829a
commit
58f9ccb023
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
echo "_APP_FUNCTIONS_RUNTIMES=php-8.0" >> .env
|
||||
docker pull composer:2.0
|
||||
docker pull php:8.0-cli-alpine
|
||||
docker compose build --no-cache --progress=plain
|
||||
docker compose build --progress=plain
|
||||
docker compose up -d
|
||||
sleep 15
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue