mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Username Link QR Code
This commit is contained in:
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
@@ -91,6 +91,8 @@ jobs:
|
||||
- run: yarn prepare-beta-build
|
||||
- run: yarn test-node
|
||||
- run: yarn test-electron
|
||||
env:
|
||||
ARTIFACTS_DIR: artifacts/macos
|
||||
timeout-minutes: 5
|
||||
- run: yarn build
|
||||
env:
|
||||
@@ -102,6 +104,12 @@ jobs:
|
||||
NODE_ENV: production
|
||||
- run: yarn test-eslint
|
||||
|
||||
- name: Upload artifacts on failure
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: artifacts
|
||||
|
||||
linux:
|
||||
needs: lint
|
||||
runs-on: ubuntu-latest
|
||||
@@ -150,12 +158,19 @@ jobs:
|
||||
- run: xvfb-run --auto-servernum yarn test-electron
|
||||
timeout-minutes: 5
|
||||
env:
|
||||
ARTIFACTS_DIR: artifacts/linux
|
||||
LANG: en_US
|
||||
LANGUAGE: en_US
|
||||
- run: xvfb-run --auto-servernum yarn test-release
|
||||
env:
|
||||
NODE_ENV: production
|
||||
|
||||
- name: Upload artifacts on failure
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: artifacts
|
||||
|
||||
windows:
|
||||
needs: lint
|
||||
runs-on: windows-latest
|
||||
@@ -205,11 +220,19 @@ jobs:
|
||||
DISABLE_INSPECT_FUSE: on
|
||||
|
||||
- run: yarn test-electron
|
||||
env:
|
||||
ARTIFACTS_DIR: artifacts/windows
|
||||
timeout-minutes: 5
|
||||
- run: yarn test-release
|
||||
env:
|
||||
SIGNAL_ENV: production
|
||||
|
||||
- name: Upload artifacts on failure
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: artifacts
|
||||
|
||||
mock-tests:
|
||||
needs: lint
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user