Skip to content

Commit

Permalink
ci: remove checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Nov 21, 2023
1 parent a132896 commit 57416a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 57416a5

Please sign in to comment.