diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa89004f..525522f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ # - https://github.com/actions/runner/issues/646 name: "GitHub Actions CI" -on: { push: { branches: [ master ] }, pull_request: { branches: [ master ] } } +on: { push: { branches: [ wip ] }, pull_request: { branches: [ master ] } } env: { ELECTRON_MAIL_NODE_VERSION: 16, PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 } jobs: build-proton-clients: diff --git a/scripts/ci/github/package-app-osx.sh b/scripts/ci/github/package-app-osx.sh index 87072608..33274602 100755 --- a/scripts/ci/github/package-app-osx.sh +++ b/scripts/ci/github/package-app-osx.sh @@ -16,9 +16,9 @@ echo "::group::test e2e" # TODO arm64: enable e2e tests running for darwin-arm64 build, see the blocker https://github.com/actions/virtual-environments/issues/2187 # TODO get back e2e test on macos-x64 system # disabled since previously successful/released tags and new ones too started to get "electron.launch: Process failed to launch!" error on "github actions ci" -#if [[ ${ARCH} == "x64" ]]; then -# pnpm run test:e2e -#fi +if [[ ${ARCH} == "x64" ]]; then + pnpm run test:e2e +fi echo "::endgroup::" echo "::group::package"