1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00

feat: Benchmark to sub-job in test

This commit is contained in:
Binyamin Yawitz 2024-07-19 10:48:30 -04:00
parent a4eeebef88
commit 546161ce08
No known key found for this signature in database

View file

@ -165,8 +165,6 @@ jobs:
- name: Load and Start Appwrite
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 load --input /tmp/${{ env.IMAGE }}.tar
docker compose up -d
sleep 10