Skip to content

Commit

Permalink
Allow args to be given
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Dec 16, 2024
1 parent ecbeb81 commit 0c2b5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/persist_performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: 'Run performance tests'
run: |
cd ${{ github.workspace }}/ten-test/tests
/usr/local/bin/pysys.py run -m ${{ github.event.inputs.environment }} ${{ github.event.inputs.arguments }
/usr/local/bin/pysys.py run -m ${{ github.event.inputs.environment }} ${{ github.event.inputs.arguments }}
- name: 'Run the performance summary'
if: always()
Expand Down

0 comments on commit 0c2b5b6

Please sign in to comment.