Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 23, 2024
1 parent a8b6c8a commit a1205d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
docker compose up --build -d
docker compose exec django python manage.py migrate
- name: Load .env file
uses: xom9ikk/dotenv@v2

- name: Run Benchmark
run: ./tests/benchmark/time.sh ${{ inputs.size }}

Expand Down

0 comments on commit a1205d1

Please sign in to comment.