mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
Fix test which is failing when pushing a tag
This commit is contained in:
@@ -294,6 +294,7 @@ describe('Inputs', () => {
|
||||
expect(inputs.tag).toBe('sha-tag')
|
||||
})
|
||||
it('throws if no tag', () => {
|
||||
context.ref = ""
|
||||
expect(() => inputs.tag).toThrow()
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user