mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-02-06 01:39:08 +08:00
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:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user