Skip to content

Commit 7560186

Browse files
committed
updated some job names
1 parent 7c89f59 commit 7560186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232

3333
test-node:
34-
name: test-node (${{ matrix.plugin }})
34+
name: "Test Node-based Plugin: ${{ matrix.plugin }}"
3535
needs: build-nu
3636
runs-on: ubuntu-latest
3737

@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/download-artifact@v4
5151
with:
5252
name: nu
53-
53+
5454
- name: Ensure Nushell binary is executable
5555
run: chmod +x ./nu
5656

@@ -65,7 +65,7 @@ jobs:
6565

6666

6767
test-python:
68-
name: test-python (${{ matrix.plugin }})
68+
name: "Test Python-based Plugin: ${{ matrix.plugin }}"
6969
needs: build-nu
7070
runs-on: ubuntu-latest
7171

0 commit comments

Comments
 (0)