Skip to content

Commit

Permalink
test: lite integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed May 14, 2024
1 parent 4f84a52 commit 96f22e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
test: ['test:integration:install', 'test:integration:link']
lite: [true, false]
exclude:
- os: windows-latest
test: test:integration:link
- lite: true
test: test:integration:link
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand All @@ -53,5 +56,11 @@ jobs:
node-version: latest
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
- run: yarn build
- name: Remove package managers
if: ${{matrix.lite}}
run: |
yarn remove yarn npm
- name: Run tests
run: yarn ${{matrix.test}}
env:
DEBUG: '@oclif/plugin-plugins*'

0 comments on commit 96f22e7

Please sign in to comment.