mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
feat: Making sure benchmark uses production version
This commit is contained in:
parent
da3a60cc50
commit
8b7c76de91
1 changed files with 2 additions and 0 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
|
@ -21,6 +21,8 @@ jobs:
|
|||
- name: Prepare environment
|
||||
run: |
|
||||
sed -i 's/traefik/localhost/g' .env
|
||||
sed -i 's/TESTING: true/TESTING: false/g' docker-compose.yml
|
||||
sed -i 's/VERSION: dev/VERSION: production/g' docker-compose.yml
|
||||
docker compose up -d
|
||||
sleep 10
|
||||
- name: Benchmark PR
|
||||
|
|
|
|||
Loading…
Reference in a new issue