Skip to content

Commit 67931d3

Browse files
committed
refactor(ci): rename test jobs
1 parent bc44e00 commit 67931d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
build:
1414
runs-on: ${{ matrix.os }}
15-
name: "Test on ${{ matrix.os }} with ArkScript ${{ matrix.version }}, stdlib update: ${{ matrix.stdlib_update }}"
15+
name: "${{ matrix.os }}, ArkScript ${{ matrix.version }}, stdlib update: ${{ matrix.stdlib_update }}"
1616

1717
strategy:
1818
fail-fast: false

0 commit comments

Comments
 (0)