Hello, I am looking to run Cypress tests within GitHub Actions, but having trouble due to the action trying to use caching. GitHub Enterprise does not yet have caching support like github.com - at least as far as I'm aware. This is what I see in the logs,
Saving NPM cache error: Unable to reserve cache with key npm-linux-x64-2357f551dce11df77e14a37071ec71d0bdf8256d8ca499fe6b748ad5e23eee3ac0d117cddd6f056417169ff5f0ab194ad00ef7a754ea993cc1a08a8d4de005a0, another job may be creating this cache.
Saving Cypress cache error: Unable to reserve cache with key cypress-linux-x64-2357f551dce11df77e14a37071ec71d0bdf8256d8ca499fe6b748ad5e23eee3ac0d117cddd6f056417169ff5f0ab194ad00ef7a754ea993cc1a08a8d4de005a0, another job may be creating this cache.
Is there any way to disable caching, or could support be added?
Thanks,
Weldon
Hello, I am looking to run Cypress tests within GitHub Actions, but having trouble due to the action trying to use caching. GitHub Enterprise does not yet have caching support like github.com - at least as far as I'm aware. This is what I see in the logs,
Is there any way to disable caching, or could support be added?
Thanks,
Weldon