Skip to content

Commit

Permalink
Add plugin-telemetry (#14)
Browse files Browse the repository at this point in the history
* chore: add back inclusion test

* fix: add plugin-telemetry
  • Loading branch information
mdonnalley authored Jul 12, 2021
1 parent 5383958 commit 0c9217d
Show file tree
Hide file tree
Showing 4 changed files with 438 additions and 205 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ workflows:
node_version: lts
- os: windows
node_version: maintenance
# - release-management/test-sf-inclusion:
# sfdx_branch: mdonnalley/include-sf
# name: test-include-sf-in-sdx
- 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 @@ -138,7 +138,7 @@ workflows:
github-release: true
requires:
- release-management/test-package
# - test-include-sf-in-sdx
- test-include-sf-in-sdx
filters:
branches:
only: main
Expand Down
Loading

0 comments on commit 0c9217d

Please sign in to comment.