Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: windows path issues #13

Merged
merged 3 commits into from
Jul 12, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ workflows:
node_version: lts
- os: windows
node_version: maintenance
# TODO: add this back once we're ready to include sf in sfdx
# - release-management/test-plugin-inclusion
- release-management/test-sf-inclusion:
sfdx_branch: mdonnalley/include-sf
name: test-include-sf-in-sdx
- test-pack-tarballs:
# no point to pack if the test fail, and we only care to test the pack with the node version
# we ship (specified in package.json.oclif.node)
Expand All @@ -137,7 +138,7 @@ workflows:
github-release: true
requires:
- release-management/test-package
# - release-management/test-plugin-inclusion
- test-include-sf-in-sdx
filters:
branches:
only: main
Expand Down Expand Up @@ -172,3 +173,14 @@ workflows:
- pack-and-upload-tarballs
- pack-and-upload-macos-installer
- pack-and-upload-windows-installer
test-pack-and-include:
triggers:
- schedule:
cron: 0 0 * * *
filters:
branches:
only:
- main
jobs:
- release-management/test-sf-inclusion
- test-pack-tarballs
Loading