mirror of
https://code.forgejo.org/actions/download-artifact
synced 2025-07-07 02:36:00 +02:00
lint
This commit is contained in:
parent
53f6aa5f93
commit
3ffa694f6f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ describe('download', () => {
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
expect(core.info).toHaveBeenCalledWith('Total of 1 artifact(s) downloaded')
|
expect(core.info).toHaveBeenCalledWith('Total of 1 artifact(s) downloaded')
|
||||||
|
|
||||||
expect(core.setOutput).toHaveBeenCalledWith(
|
expect(core.setOutput).toHaveBeenCalledWith(
|
||||||
'download-path',
|
'download-path',
|
||||||
expect.any(String)
|
expect.any(String)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue