Skip to content

Commit d3df316

Browse files
committed
rename and small fix
1 parent 81185d6 commit d3df316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_changed_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "::set-output name=sorters::${sorters}"
4444
4545
build-and-test-image:
46-
name: build (${{ matrix.sorter }})
46+
name: Build and Test (${{ matrix.sorter }})
4747
if: needs.prepare-matrix-jobs.outputs.has_changed_files == 'true'
4848
needs: prepare-matrix-jobs
4949
runs-on: ${{ matrix.os }}
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Install dependencies & Test ${{ matrix.sorter }} image
7373
run: |
74-
if [[ ${{ matrix.sorter }} == 'tridesclous' ]]
74+
if [[ ${{ matrix.sorter }} == 'tridesclous' ]]; then
7575
pip install tridesclous
7676
fi
7777
pip install -r requirements_test.txt

0 commit comments

Comments
 (0)