mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 01:18:19 +01:00
Initial GV2 mock tests
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -157,7 +157,7 @@ jobs:
|
||||
env:
|
||||
SIGNAL_ENV: production
|
||||
|
||||
storage-service:
|
||||
mock-tests:
|
||||
needs: lint
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' }}
|
||||
@@ -198,11 +198,11 @@ jobs:
|
||||
- name: Bundle
|
||||
run: yarn build:webpack
|
||||
|
||||
- name: Run storage service tests
|
||||
- name: Run mock server tests
|
||||
run: |
|
||||
set -o pipefail
|
||||
xvfb-run --auto-servernum yarn test-mock
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
NODE_ENV: production
|
||||
DEBUG: mock:test-storage
|
||||
DEBUG: mock:test:*
|
||||
|
||||
Reference in New Issue
Block a user