Skip to content

Commit 1abb959

Browse files
OttoAllmendingerllm-git
andcommitted
ci: add job name to unit-test job
To satisfy the config of the `infra/` repo mostly. It's not a great name. Co-authored-by: llm-git <[email protected]>
1 parent 663d0d9 commit 1abb959

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
@@ -1,4 +1,4 @@
1-
name: Build and Test wasm-utxo
1+
name: "test / Test"
22

33
on:
44
push:
@@ -13,12 +13,12 @@ on:
1313

1414
jobs:
1515
unit-test:
16+
name: "test / Test"
17+
1618
runs-on: ubuntu-latest
1719

1820
strategy:
1921
fail-fast: false
20-
matrix:
21-
node-version: [18.x, 20.x]
2222

2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)