diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a754f8c7..00346df3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -124,7 +124,6 @@ jobs: TESTKIT_HUB_INSTANCE: ${{ secrets.TESTKIT_HUB_INSTANCE }} oclif-nuts: # needs: linux-unit-tests - # uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@mdonnally/ignore-scripts strategy: fail-fast: false matrix: @@ -133,7 +132,6 @@ jobs: - https://github.com/oclif/plugin-plugins runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - uses: salesforcecli/github-workflows/.github/actions/retry@main name: git clone @@ -154,6 +152,7 @@ jobs: yarn compile - run: yarn build - run: yarn test:integration + # uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@mdonnally/ignore-scripts # with: # packageName: "@oclif/core" # externalProjectGitUrl: ${{ matrix.externalProjectGitUrl }}