mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
?
This commit is contained in:
parent
fa0008f8e8
commit
2e9d44ddf6
2 changed files with 2 additions and 0 deletions
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
@ -95647,6 +95647,7 @@ idslib.onMain(async () => {
|
||||||
console.log(await getDetails());
|
console.log(await getDetails());
|
||||||
await setUpAutoCache(idslib);
|
await setUpAutoCache(idslib);
|
||||||
await notifyAutoCache();
|
await notifyAutoCache();
|
||||||
|
throw new Error("hi");
|
||||||
});
|
});
|
||||||
idslib.onPost(async () => {
|
idslib.onPost(async () => {
|
||||||
await tearDownAutoCache();
|
await tearDownAutoCache();
|
||||||
|
|
|
@ -317,6 +317,7 @@ idslib.onMain(async () => {
|
||||||
console.log(await platform.getDetails());
|
console.log(await platform.getDetails());
|
||||||
await setUpAutoCache(idslib);
|
await setUpAutoCache(idslib);
|
||||||
await notifyAutoCache();
|
await notifyAutoCache();
|
||||||
|
throw new Error("hi");
|
||||||
});
|
});
|
||||||
idslib.onPost(async () => {
|
idslib.onPost(async () => {
|
||||||
await tearDownAutoCache();
|
await tearDownAutoCache();
|
||||||
|
|
Loading…
Reference in a new issue