Skip to content

Commit

Permalink
Forgot that we switch back to old master, so the script is not there.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic committed Nov 14, 2023
1 parent 4702bac commit 2ba6d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/zigbee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@ jobs:
run: node ./src-script/gsdk-public-regen.js ./gecko_sdk/ ./regen-master
- name: Remove genResult files just in case.
run: find ./regen-master -name genResult.json -exec rm -f {} \;
- uses: actions/checkout@v3
with:
clean: false
- name: Diff
run: node ./src-script/run-conditionally.js regenTest.zigbee.failOnDiff==true diff -r ./regen-pr ./regen-master

0 comments on commit 2ba6d8b

Please sign in to comment.