Skip to content

Commit

Permalink
Merge pull request #3253 from reubenmiller/ci-remote-test-exclude-opt…
Browse files Browse the repository at this point in the history
…ions

ci: remove test exclusion options from workflow
  • Loading branch information
reubenmiller authored Nov 18, 2024
2 parents 289f8a2 + 69d6c14 commit f4eaed1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ jobs:
invoke test \
--processes "${{ inputs.processes || '' }}" \
--include "${{ inputs.include || '' }}" \
--exclude "test:on_demand OR theme:benchmarks" \
--outputdir output
- name: Upload test results
Expand Down

0 comments on commit f4eaed1

Please sign in to comment.