Skip to content

Commit

Permalink
test: windows testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 16, 2024
1 parent 92daedf commit 1453262
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,45 +24,45 @@ jobs:
fail-fast: false
with:
os: ${{ matrix.os }}
xNuts-ps:
needs: linux-unit-tests
uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@main
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-latest']
command:
- 'yarn test:nuts:tracking:basics'
- 'yarn test:nuts:tracking:conflicts'
- 'yarn test:nuts:tracking:forceignore'
- 'yarn test:nuts:tracking:remote'
- 'yarn test:nuts:tracking:lwc'
- 'yarn test:nuts:deb'
- 'yarn mocha "test/nuts/trackingCommands/mpd-*.nut.ts" --slow 3000 --timeout 600000 --parallel'
with:
packageName: '@salesforce/source-tracking'
externalProjectGitUrl: 'https://github.com/salesforcecli/plugin-source'
command: ${{matrix.command}}
os: ${{matrix.os}}
preSwapCommands: 'yarn upgrade @salesforce/source-deploy-retrieve@latest; npx yarn-deduplicate; yarn install'
useCache: false
secrets: inherit
# xNuts-ps:
# needs: linux-unit-tests
# uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@main
# strategy:
# fail-fast: false
# matrix:
# os: ['ubuntu-latest', 'windows-latest']
# command:
# - 'yarn test:nuts:tracking:basics'
# - 'yarn test:nuts:tracking:conflicts'
# - 'yarn test:nuts:tracking:forceignore'
# - 'yarn test:nuts:tracking:remote'
# - 'yarn test:nuts:tracking:lwc'
# - 'yarn test:nuts:deb'
# - 'yarn mocha "test/nuts/trackingCommands/mpd-*.nut.ts" --slow 3000 --timeout 600000 --parallel'
# with:
# packageName: '@salesforce/source-tracking'
# externalProjectGitUrl: 'https://github.com/salesforcecli/plugin-source'
# command: ${{matrix.command}}
# os: ${{matrix.os}}
# preSwapCommands: 'yarn upgrade @salesforce/source-deploy-retrieve@latest; npx yarn-deduplicate; yarn install'
# useCache: false
# secrets: inherit

xNuts-pdr:
needs: linux-unit-tests
uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@main
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-latest']
command:
- 'yarn test:nuts:tracking'
- 'yarn test:nuts:deb'
with:
packageName: '@salesforce/source-tracking'
externalProjectGitUrl: 'https://github.com/salesforcecli/plugin-deploy-retrieve'
command: ${{matrix.command}}
os: ${{matrix.os}}
preSwapCommands: 'yarn upgrade @salesforce/source-deploy-retrieve@latest; npx yarn-deduplicate; yarn install'
useCache: false
secrets: inherit
# xNuts-pdr:
# needs: linux-unit-tests
# uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@main
# strategy:
# fail-fast: false
# matrix:
# os: ['ubuntu-latest', 'windows-latest']
# command:
# - 'yarn test:nuts:tracking'
# - 'yarn test:nuts:deb'
# with:
# packageName: '@salesforce/source-tracking'
# externalProjectGitUrl: 'https://github.com/salesforcecli/plugin-deploy-retrieve'
# command: ${{matrix.command}}
# os: ${{matrix.os}}
# preSwapCommands: 'yarn upgrade @salesforce/source-deploy-retrieve@latest; npx yarn-deduplicate; yarn install'
# useCache: false
# secrets: inherit

0 comments on commit 1453262

Please sign in to comment.