Skip to content

Commit

Permalink
github actions ci: temporary disable e2e tests for "macos" system
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Sep 17, 2023
1 parent f2564f6 commit 8b54e69
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/ci/github/package-app-osx.sh
Expand Up @@ -14,9 +14,11 @@ echo "::endgroup::"

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
if [[ ${ARCH} == "x64" ]]; then
pnpm run test:e2e
fi
# 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
echo "::endgroup::"

echo "::group::package"
Expand Down

0 comments on commit 8b54e69

Please sign in to comment.