Skip to content

Commit

Permalink
improve report
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Jan 29, 2024
1 parent 829bdbb commit 61e9b99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
OPEN_AI_KEY: "${{ secrets.E2E_TESTS_OPEN_AI_KEY }}"
NVIDIA_API_KEY: "${{ secrets.E2E_TESTS_NVIDIA_API_KEY }}"
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
cp ragstack-e2e-tests/benchmarks/reports/report.html /tmp/report.html
git reset --hard
git fetch origin gh-pages
Expand Down

0 comments on commit 61e9b99

Please sign in to comment.