Skip to content

Commit

Permalink
Explicitly set the schedule args
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Jan 7, 2025
1 parent e7dfaf4 commit 835b3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/execute_local_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
if: ${{ github.event_name == 'schedule' }}
run: |
cd ${{ github.workspace }}/ten-test/tests
/usr/local/bin/pysys.py run -m ten.local ${{ github.event.inputs.arguments }}
/usr/local/bin/pysys.py run -m ten.local -e skip -e persistence -e performance -e robustness
- name: 'Run the performance summary'
if: always()
Expand Down

0 comments on commit 835b3e5

Please sign in to comment.