Merge branch 'main' into fix-cache-hit-output

This commit is contained in:
Bishal Prasad 2022-08-25 14:26:47 +05:30 committed by GitHub
commit 883f85e649
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 4137 additions and 3907 deletions

View file

@ -147,7 +147,7 @@ test("restore with no key", async () => {
test("restore with too many keys should fail", async () => {
const path = "node_modules";
const key = "node-test";
const restoreKeys = [...Array(20).keys()].map(x => x.toString());
const restoreKeys = [...Array(20).keys()].map(x => x.toString()).sort();
testUtils.setInputs({
path: path,
key,