ci: run desktop tests on macos x64

This commit is contained in:
Abdullah Atta
2024-11-19 11:09:37 +05:00
parent ad78b3a931
commit 8391d51e02

View File

@@ -69,11 +69,16 @@ jobs:
yarn electron-builder --mac --dir --arm64 --x64
working-directory: ./apps/desktop
- name: Run tests
- name: Run tests arm64
run: |
EXECUTABLE_PATH=output/mac-arm64/Notesnook.app/Contents/MacOS/Notesnook npm run test
working-directory: ./apps/desktop
- name: Run tests x64
run: |
EXECUTABLE_PATH=output/mac/Notesnook.app/Contents/MacOS/Notesnook npm run test
working-directory: ./apps/desktop
test-linux:
name: Test for Linux
needs: build