Skip to content

Commit

Permalink
CI: Checkout ppm submodule for package tests too
Browse files Browse the repository at this point in the history
Again so that the "yarn dist" command won't warn and exit.
  • Loading branch information
DeeDeeG committed Oct 26, 2024
1 parent bb7b273 commit 99cd7bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout the latest code
uses: actions/checkout@v4
with:
submodules: true

- name: Setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 99cd7bc

Please sign in to comment.