Skip to content

Commit

Permalink
fix: add tap matcher to workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 25, 2022
1 parent 678cb5a commit ce977c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const rootModule = {
const workspaceRepo = {
add: {
...releasePlease(true),
'.github/matchers/tap.json': 'tap.json',
'.github/workflows/ci-{{pkgNameFs}}.yml': 'ci.yml',
},
rm: [
Expand Down
1 change: 1 addition & 0 deletions tap-snapshots/test/apply/index.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ package.json
`

exports[`test/apply/index.js TAP workspaces > expect resolving Promise 1`] = `
.github/matchers/tap.json
.github/workflows/ci-d.yml
.github/workflows/release-please.yml
.release-please-manifest.json
Expand Down
2 changes: 2 additions & 0 deletions tap-snapshots/test/check/index.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ The following repo files need to be added:
.github/workflows/release-please.yml
.release-please-manifest.json
release-please-config.json
.github/matchers/tap.json
.github/workflows/ci-name-aaaa.yml
To correct it: npx template-oss-apply --force
Expand Down Expand Up @@ -236,6 +237,7 @@ The following repo files need to be added:
.github/workflows/release-please.yml
.release-please-manifest.json
release-please-config.json
.github/matchers/tap.json
.github/workflows/ci-bbb.yml
To correct it: npx template-oss-apply --force
Expand Down

0 comments on commit ce977c4

Please sign in to comment.