mirror of
https://github.com/element-hq/element-desktop
synced 2025-03-13 07:48:39 +01:00
Fix macOS tests (#495)
This commit is contained in:
parent
040344eeab
commit
86149805b9
12
.github/workflows/build.yaml
vendored
12
.github/workflows/build.yaml
vendored
@ -46,12 +46,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Disable macOS tests for now, they fail to run in CI, needs investigation.
|
- name: macOS Universal
|
||||||
# - name: macOS Universal
|
os: macos
|
||||||
# os: macos
|
artifact: macos
|
||||||
# artifact: macos
|
executable: "./dist/mac-universal/Element.app/Contents/MacOS/Element"
|
||||||
# executable: "./dist/mac-universal/Element.app/Contents/MacOS/Element"
|
prepare_cmd: "find ./dist/mac-universal/Element.app -type f | perl -lne 'print if -B' | tr '\\n' '\\0' | xargs -0 -n1 chmod 755"
|
||||||
# prepare_cmd: "chmod +x ./dist/mac-universal/Element.app/Contents/MacOS/Element"
|
|
||||||
- name: 'Linux (sqlcipher: system)'
|
- name: 'Linux (sqlcipher: system)'
|
||||||
os: ubuntu
|
os: ubuntu
|
||||||
artifact: linux-sqlcipher-system
|
artifact: linux-sqlcipher-system
|
||||||
@ -101,6 +100,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact }}
|
name: ${{ matrix.artifact }}
|
||||||
path: test_artifacts
|
path: test_artifacts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user