Skip to content

Commit

Permalink
fix: windows path issues (#13)
Browse files Browse the repository at this point in the history
* fix: windows path issues

* chore: regenerate yarn.lock

* chore: disable inclusion test
  • Loading branch information
mdonnalley committed Jul 12, 2021
1 parent 57df516 commit 1d4b10d
Show file tree
Hide file tree
Showing 4 changed files with 1,818 additions and 2,154 deletions.
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

0 comments on commit 1d4b10d

Please sign in to comment.