Skip to content

Commit 6baa4e0

Browse files
committed
Up
1 parent ccdcbc3 commit 6baa4e0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/nightly_runner_master.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ jobs:
88
uses: ./.github/workflows/get-supported-node-versions.yml
99

1010
run-tests:
11-
runs-on: ${{ matrix.os }}
12-
needs: node-versions
1311
name: Run tests of master on ${{ matrix.os }} with Node ${{ matrix.nodejs_version }}
12+
needs:
13+
- node-versions
14+
runs-on: ${{ matrix.os }}
15+
permissions:
16+
id-token: write
1417
strategy:
1518
matrix:
1619
os: [ ubuntu-latest, windows-latest ]
1720
nodejs_version: ${{ fromJSON(needs.node-versions.outputs.node-versions) }}
21+
hz_version: [ "5.6.0" ]
1822
fail-fast: false
1923
steps:
2024
- name: Checkout code

0 commit comments

Comments
 (0)