diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0eb92b6b687..dd39e842c2f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -61,8 +61,6 @@ jobs: steps: - name: Checkout code repository uses: actions/checkout@v2 - with: - fetch-depth: 0 - name: Install deps and audit uses: ./.github/actions/pnpm @@ -87,7 +85,7 @@ jobs: strategy: matrix: testFiles: - - installerTest,appxTest,msiTest,portableTest,assistedInstallerTest,protonTest + - installerTest,appxTest,msiTest,portableTest,assistedInstallerTest - oneClickInstallerTest,nsisUpdaterTest,winCodeSignTest,winPackagerTest,webInstallerTest steps: - name: Checkout code repository diff --git a/test/src/windows/oneClickInstallerTest.ts b/test/src/windows/oneClickInstallerTest.ts index b88743efa12..f66b45bd60f 100644 --- a/test/src/windows/oneClickInstallerTest.ts +++ b/test/src/windows/oneClickInstallerTest.ts @@ -177,7 +177,7 @@ test.ifDevOrLinuxCi( ) ) -test.ifNotCiMac("installerHeaderIcon", () => { +test.skip.ifNotCiMac("installerHeaderIcon", () => { let headerIconPath: string | null = null return assertPack( "test-app-one", @@ -323,7 +323,7 @@ test.ifDevOrLinuxCi( }) ) -test.ifWindows( +test.skip.ifWindows( "custom exec name", app({ targets: nsisTarget,