mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 18:14:52 +00:00
Update tests
This commit is contained in:
@@ -403,7 +403,7 @@ describe('Deployment', () => {
|
|||||||
|
|
||||||
const deployment = new Deployment()
|
const deployment = new Deployment()
|
||||||
await expect(deployment.create(fakeJwt)).rejects.toThrow(
|
await expect(deployment.create(fakeJwt)).rejects.toThrow(
|
||||||
`No artifacts named "github-pages" were found for this workflow run. Ensure artifacts are uploaded with actions/artifact@v4 or later.`
|
`No artifacts named "github-pages" were found for this workflow run. Ensure artifacts are uploaded with actions/upload-artifact@v4 or later.`
|
||||||
)
|
)
|
||||||
twirpScope.done()
|
twirpScope.done()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user