diff --git a/.github/workflows/testCommitExceptMain.yml b/.github/workflows/testCommitExceptMain.yml index ead5709c..db68e4ac 100644 --- a/.github/workflows/testCommitExceptMain.yml +++ b/.github/workflows/testCommitExceptMain.yml @@ -14,7 +14,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: lts/* - cache: yarn - uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main - name: Build the project run: yarn build