Skip to content

Commit

Permalink
Merge pull request #94 from github/brrygrdn/fix-runner
Browse files Browse the repository at this point in the history
Fix entry point
  • Loading branch information
Barry Gordon authored and GitHub committed Sep 28, 2021
2 parents 7536b91 + a74f168 commit d553ef9
Show file tree
Hide file tree
Showing 5 changed files with 709 additions and 749 deletions.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('run', () => {
test('it fails the workflow', async () => {
await run(context)

expect(core.setFailed).toHaveBeenCalled()
expect(core.setFailed).not.toHaveBeenCalled()
expect(core.info).toHaveBeenCalledWith(
"Dependabot Updater Action does not support 'issue_created' events."
)
Expand Down
Loading

0 comments on commit d553ef9

Please sign in to comment.