Skip to content

Commit

Permalink
fix update-node-modules-cache workflow (facebook#45547)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#45547

Was missing the step to checkout the repo before running yarn.

Changelog: [Internal]

Reviewed By: sammy-SC, realsoelynn

Differential Revision: D59979543

fbshipit-source-id: 2ab52efbc655cb6ff7b6544ff3939c019c5d45a6
  • Loading branch information
blakef authored and facebook-github-bot committed Jul 19, 2024
1 parent 4410899 commit 123d7d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-node-modules-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
update_node_modules_cache:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install yarn dependencies and update cache
uses: ./.github/actions/yarn-install-with-cache
with:
Expand Down

0 comments on commit 123d7d4

Please sign in to comment.