mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-05-02 00:09:54 +02:00
Add initial minimatch support
This commit is contained in:
parent
84cead4a82
commit
1e233443e8
14 changed files with 202 additions and 108 deletions
|
@ -14,7 +14,7 @@ beforeAll(() => {
|
|||
});
|
||||
|
||||
afterAll(() => {
|
||||
process.env["GITHUB_WORKSPACE"] = undefined;
|
||||
delete process.env["GITHUB_WORKSPACE"];
|
||||
});
|
||||
|
||||
test("extract tar", async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue