test(windows): skip grep tests on win32; logs: echo CACHE_KEY and retained markers; hooks: include AWS S3 hooks on aws provider

This commit is contained in:
Frostebite
2025-09-04 19:15:22 +01:00
parent 962603b7b3
commit a4a3612fcf
5 changed files with 16 additions and 17 deletions

View File

@@ -35,7 +35,8 @@ describe('Versioning', () => {
});
});
describe('grepCompatibleInputVersionRegex', () => {
const maybeDescribe = process.platform === 'win32' ? describe.skip : describe;
maybeDescribe('grepCompatibleInputVersionRegex', () => {
// eslint-disable-next-line unicorn/consistent-function-scoping
const matchInputUsingGrep = async (input: string) => {
const output = await System.run('sh', undefined, {