mirror of
https://github.com/actions/cache.git
synced 2025-07-13 09:33:50 +00:00
Clean up whitespace
This commit is contained in:
parent
c89fc914c3
commit
794e49020f
@ -52,6 +52,7 @@ beforeAll(() => {
|
||||
beforeEach(() => {
|
||||
process.env[Events.Key] = Events.Push;
|
||||
process.env[RefKey] = "refs/heads/feature-branch";
|
||||
|
||||
jest.spyOn(actionUtils, "isGhes").mockImplementation(() => false);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user