Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Oct 4, 2023
1 parent 511131d commit fc9a956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions scripts/ci/github/package-app-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fc9a956

Please sign in to comment.