Skip to content

Commit

Permalink
ci: reenable all external nuts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jan 25, 2022
1 parent 1846cd8 commit 403295f
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,19 +162,17 @@ workflows:
size: medium
matrix:
parameters:
os: [
# linux,
windows,
]
os: [linux, windows]
node_version: [lts]
external_project_git_url: ['https://github.com/salesforcecli/plugin-source']
test_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:resetClear',
# 'yarn test:nuts:tracking:lwc',
test_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:resetClear',
'yarn test:nuts:tracking:lwc',
'yarn mocha "test/nuts/trackingCommands/mpd-*.nut.ts" --slow 3000 --timeout 600000 --parallel',
]
- release-management/release-package:
Expand Down

0 comments on commit 403295f

Please sign in to comment.