mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
Merge a630a8d9a2
into 9eda6b51cc
This commit is contained in:
commit
09f31f7597
4 changed files with 7 additions and 7 deletions
|
@ -91,7 +91,7 @@ describe('dependency cache', () => {
|
|||
await expect(restore('maven', '')).rejects.toThrow(
|
||||
`No file in ${projectRoot(
|
||||
workspace
|
||||
)} matched to [**/pom.xml], make sure you have checked out the target repository`
|
||||
)} matched to [**/pom.xml,.mvn/wrapper/maven-wrapper.properties], make sure you have checked out the target repository`
|
||||
);
|
||||
});
|
||||
it('downloads cache', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue