We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc44e00 commit 67931d3Copy full SHA for 67931d3
.github/workflows/test.yml
@@ -12,7 +12,7 @@ concurrency:
12
jobs:
13
build:
14
runs-on: ${{ matrix.os }}
15
- name: "Test on ${{ matrix.os }} with ArkScript ${{ matrix.version }}, stdlib update: ${{ matrix.stdlib_update }}"
+ name: "${{ matrix.os }}, ArkScript ${{ matrix.version }}, stdlib update: ${{ matrix.stdlib_update }}"
16
17
strategy:
18
fail-fast: false
0 commit comments