From 99cd7bc2c3d30cde9eaff3cf18d238d4006c1712 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Sat, 26 Oct 2024 11:19:53 -0400 Subject: [PATCH] CI: Checkout ppm submodule for package tests too Again so that the "yarn dist" command won't warn and exit. --- .github/workflows/package-tests-linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/package-tests-linux.yml b/.github/workflows/package-tests-linux.yml index 04fc39ddd4..f1a7f7868b 100644 --- a/.github/workflows/package-tests-linux.yml +++ b/.github/workflows/package-tests-linux.yml @@ -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