mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
Update sbt pattern.
This commit is contained in:
parent
acc6b27ae4
commit
133446f1cf
2 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ describe('dependency cache', () => {
|
|||
await expect(restore('sbt')).rejects.toThrowError(
|
||||
`No file in ${projectRoot(
|
||||
workspace
|
||||
)} matched to [**/*.sbt,**/project/**.scala,**/project/build.properties,**/project/**.scala], make sure you have checked out the target repository`
|
||||
)} matched to [**/*.sbt,**/project/build.properties,**/project/**.scala], make sure you have checked out the target repository`
|
||||
);
|
||||
});
|
||||
it('downloads cache', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue