Skip to content

Commit c2b9bf8

Browse files
committed
use beta 17
1 parent 352e815 commit c2b9bf8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/compliance.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Update PATH for west
2020
run: |
2121
echo "$HOME/.local/bin" >> $GITHUB_PATH
22-
22+
- name: test fake error
23+
run: echo ::error file=/home/runner/work/zephyr/zephyr/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp.dts,line=11,col=9,endLine=11,endColumn=48,title=Issue::Expected ';'
2324
- name: Checkout the code
2425
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2526
with:
@@ -66,7 +67,7 @@ jobs:
6667
node-version: "20"
6768

6869
- name: Install dependencies
69-
run: npm i -g [email protected]beta16
70+
run: npm i -g [email protected]beta17
7071

7172
- name: Run Compliance Tests
7273
continue-on-error: true

0 commit comments

Comments
 (0)