Skip to content

Commit

Permalink
CI] Install packages before running fix:text (open-telemetry#5663)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Nov 21, 2024
1 parent fec7c69 commit 5318f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- run: |
case $PR_ACTION in
all|refcache)
all|refcache|text)
npm install --omit=optional
;&
*)
Expand Down

0 comments on commit 5318f3f

Please sign in to comment.