Skip to content

Commit 33134d7

Browse files
Minor cleanup
1 parent 79ae8ca commit 33134d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,11 @@ jobs:
140140
fail-fast: false
141141
matrix:
142142
module: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
143-
runner: [ubuntu-22.04]
144143
node-version: [20.x, 22.x, 24.x]
145144
container-runtime: [docker, podman]
146145
uses: ./.github/workflows/test-template.yml
147146
with:
148-
runner: ${{ matrix.runner }}
147+
runner: ubuntu-22.04
149148
node-version: ${{ matrix.node-version }}
150149
container-runtime: ${{ matrix.container-runtime }}
151150
workspace: "${{ matrix.module }}"

.github/workflows/test-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616

1717
jobs:
1818
test:
19+
name: "Run"
1920
runs-on: ${{ inputs.runner }}
2021
steps:
2122
- name: Code checkout

0 commit comments

Comments
 (0)