Skip to content

Commit

Permalink
[CI] Fix script name in build-dev workflow (#5562)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Nov 8, 2024
1 parent 8a81b41 commit 5b80dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name:
Revert to pinned versions of submodules except for
submodule_path_regex
run: npm run _sync -- ${{ inputs.submodule_path_regex }}
run: npm run _pin -- ${{ inputs.submodule_path_regex }}

- run: npm run log:test-and-fix
continue-on-error: true
Expand Down

0 comments on commit 5b80dbb

Please sign in to comment.