diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index 3b821ad..b4f2cbf 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -157,18 +157,6 @@ jobs: - name: Build Podman Desktop for E2E tests working-directory: ./podman-desktop run: pnpm test:e2e:build - - #- name: Ensure getting current HEAD version of the test framework (windows) - # if: matrix.os == 'windows-2022' - # working-directory: ./crc-extension - # run: | - # # workaround for https://github.com/containers/podman-desktop-extension-bootc/issues/712 - # $version = npm view @podman-desktop/tests-playwright@next version - # Write-Host "Version of @podman-desktop/tests-playwright to be used: $version" - # (Get-Content package.json) | - # ForEach-Object { $_ -replace '"@podman-desktop/tests-playwright": ".*"', "`"@podman-desktop/tests-playwright`": `"$version`"" } | - # Set-Content package.json - # shell: pwsh - name: Adjust/Downgrade local podman desktop version Windows if: matrix.os == 'windows-2022' @@ -235,15 +223,9 @@ jobs: Get-ChildItem -Path "$(pwd)\tests\playwright\output\crc-tests-pd\plugins\crcextension" # build sso dependency from containerfile: - #docker build -t openshift_local_image . -f ./oci/Containerfile.multistage - #$CONTAINER_ID_CRC = docker create openshift_local_image --entrypoint "" - #docker export $CONTAINER_ID_CRC > C:\temp\openshift_local_extension.tar - #New-Item -ItemType Directory -Path tests\playwright\output\crc-tests-pd\plugins -Force - docker pull ghcr.io/redhat-developer/podman-desktop-redhat-account-ext:latest + docker pull --platform linux/amd64 ghcr.io/redhat-developer/podman-desktop-redhat-account-ext:latest $CONTAINER_ID_SSO = docker create ghcr.io/redhat-developer/podman-desktop-redhat-account-ext --entrypoint "" docker export $CONTAINER_ID_SSO > C:\temp\sso_extension.tar - #tar -xf C:\temp\openshift_local_extension.tar -C tests\playwright\output\crc-tests-pd\plugins\ - #Move-Item tests\playwright\output\crc-tests-pd\plugins\extension\ tests\playwright\output\crc-tests-pd\plugins\crcextension tar -xf C:\temp\sso_extension.tar -C tests\playwright\output\crc-tests-pd\plugins\ Move-Item tests\playwright\output\crc-tests-pd\plugins\extension\ tests\playwright\output\crc-tests-pd\plugins\ssoextension