Skip to content

Commit bcc42f6

Browse files
seanpoulterisomorphic-git-bot
authored andcommitted
chore: Run tests in GitHub Workflow (#2074)
* chore: Run tests in GitHub Workflow * docs: update @seanpoulter as a contributor * perf: Run Karma tests in parallel * fix: Use original call order from package-scripts.cjs * fix: Use original call order from package-scripts.cjs * fix: Quote JSON strings * feat: Use the original Karma launchers * style: Do not fail fast * feat: Save test result and code coverage, and publish to npm and website * fix: Prevent artifact name collision using correct variable * fix: Publish the test results unless the workflow is cancelled * fix: Extend the timeout to 15 minutes per Karma launcher * fix: Checkout and install Node.js to use semantic-release * feat: Remove references to the Twitter API * style: Clean up TODO comments * style: Simplify job condition * fix: Remove dry run option * fix: Configure bundlewatch to use GitHub * fix: Configure bundlewatch to use GitHub * feat: Bundlewatch should support GitHub and Azure DevOps
1 parent b85d5db commit bcc42f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

js/isomorphic-git/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
357357
<td align="center"><a href="https://www.platformdemos.com/"><img src="https://avatars.githubusercontent.com/u/4261788?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Shane McLaughlin</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=mshanemc" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=mshanemc" title="Documentation">📖</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=mshanemc" title="Tests">⚠️</a></td>
358358
</tr>
359359
<tr>
360-
<td align="center"><a href="https://github.com/seanpoulter"><img src="https://avatars.githubusercontent.com/u/2585460?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Sean Poulter</b></sub></a><br /><a href="#maintenance-seanpoulter" title="Maintenance">🚧</a></td>
360+
<td align="center"><a href="https://github.com/seanpoulter"><img src="https://avatars.githubusercontent.com/u/2585460?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Sean Poulter</b></sub></a><br /><a href="#maintenance-seanpoulter" title="Maintenance">🚧</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=seanpoulter" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=seanpoulter" title="Documentation">📖</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=seanpoulter" title="Tests">⚠️</a></td>
361361
<td align="center"><a href="https://github.com/araknast"><img src="https://avatars.githubusercontent.com/u/84164531?v=4?s=60" width="60px;" alt=""/><br /><sub><b>araknast</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=araknast" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=araknast" title="Tests">⚠️</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=araknast" title="Documentation">📖</a></td>
362362
<td align="center"><a href="https://github.com/rraab-dev"><img src="https://avatars.githubusercontent.com/u/53948988?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Rafael Raab</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=rraab-dev" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=rraab-dev" title="Documentation">📖</a></td>
363363
<td align="center"><a href="https://gitlab.com/CoalZombik/"><img src="https://avatars.githubusercontent.com/u/49895741?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Lukáš Cezner</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=CoalZombik" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=CoalZombik" title="Documentation">📖</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=CoalZombik" title="Tests">⚠️</a> <a href="https://github.com/isomorphic-git/isomorphic-git/issues?q=author%3ACoalZombik" title="Bug reports">🐛</a></td>

js/isomorphic-git/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
"semantic-release": "17.4.7",
130130
"standard": "13.1.0",
131131
"timeout-cli": "0.3.2",
132-
"tweet-tweet": "1.0.4",
133132
"typescript": "5.7.3",
134133
"webpack": "4.41.5",
135134
"webpack-bundle-analyzer": "3.4.1",

0 commit comments

Comments
 (0)