mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-16 16:01:22 +02:00
Clean up code
This commit is contained in:
parent
26a2f24124
commit
ac5351dd08
1 changed files with 0 additions and 1 deletions
|
@ -225,7 +225,6 @@ test("resolvePaths with no ~ in path", async () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
test("resolvePaths with ~ in path", async () => {
|
test("resolvePaths with ~ in path", async () => {
|
||||||
// const filePath = "~/.cache/yarn";
|
|
||||||
const cacheDir = uuid();
|
const cacheDir = uuid();
|
||||||
const filePath = `~/${cacheDir}`;
|
const filePath = `~/${cacheDir}`;
|
||||||
// Create the following layout:
|
// Create the following layout:
|
||||||
|
|
Loading…
Add table
Reference in a new issue