Skip to content

Commit

Permalink
fix: adjust working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed May 20, 2024
1 parent 378406b commit 1723ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install -r requirements.txt
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
working-directory: test_parser
with:
working-directory: test_parser
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest benchmarks --codspeed

0 comments on commit 1723ae6

Please sign in to comment.