mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: Making sure benchmark uses production version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user