We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea15b3b commit d6fdbdaCopy full SHA for d6fdbda
4 files changed
__tests__/cache.test.ts
@@ -81,7 +81,7 @@ describe('dependency cache', () => {
81
await expect(restore('maven')).rejects.toThrowError(
82
`No file in ${projectRoot(
83
workspace
84
- )} 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`
85
);
86
});
87
it('downloads cache', async () => {
0 commit comments