We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77992d8 commit 87dec8fCopy full SHA for 87dec8f
.github/workflows/main.yml
@@ -110,10 +110,7 @@ jobs:
110
- name: Run Tests for Windows (os='Windows')
111
if: runner.os == 'Windows'
112
run: |
113
- pixi run --environment ${{matrix.env}} test-simple \
114
- --splits 10 \
115
- --group ${{ matrix.test_group }} \
116
- --splitting-algorithm=least_duration
+ pixi run --environment ${{matrix.env}} test-simple --splits 10 --group ${{ matrix.test_group }} --splitting-algorithm=least_duration
117
118
- name: Run Report Generation Tests (os='Linux')
119
if: runner.os == 'Linux'
0 commit comments