feat: Making sure benchmark uses production version

This commit is contained in:
Binyamin Yawitz 2024-07-18 17:20:55 -04:00
parent da3a60cc50
commit 8b7c76de91
No known key found for this signature in database

View file

@ -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