Fix test which is failing when pushing a tag

This commit is contained in:
Nick Cipollo
2021-11-26 17:26:50 -05:00
parent 40bb172bd0
commit 268f2377f2

View File

@@ -294,6 +294,7 @@ describe('Inputs', () => {
expect(inputs.tag).toBe('sha-tag')
})
it('throws if no tag', () => {
context.ref = ""
expect(() => inputs.tag).toThrow()
})
})