mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-22 23:09:38 -04:00
Update locale-test.yml
This commit is contained in:
5
.github/workflows/locale-test.yml
vendored
5
.github/workflows/locale-test.yml
vendored
@@ -38,9 +38,10 @@ jobs:
|
||||
npm i
|
||||
|
||||
- name: Install XVFB
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
# uses: GabrielBB/xvfb-action@v1
|
||||
with:
|
||||
# working-directory: ./wowup-electron #optional
|
||||
run: |
|
||||
sudo apt-get install xvfb
|
||||
cd ./wowup-electron
|
||||
ng test --watch=false --include='src/locales.spec.ts'
|
||||
xvfb-run --auto-servernum ng test --watch=false --include='src/locales.spec.ts'
|
||||
|
||||
Reference in New Issue
Block a user