From d91c01212f2bb3adf7912d4f7503b9ecc54a71e9 Mon Sep 17 00:00:00 2001 From: Eric Willhoit Date: Fri, 22 Sep 2023 14:43:52 -0500 Subject: [PATCH] chore: manual input --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09808688..5c6b5f24 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - jitPlugins: ${{ needs.get-jit-plugins.outputs.jit }} + jitPlugins: ['@salesforce/plugin-community', '@salesforce/plugin-custom-metadata'] runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v3