mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-20 13:58:49 -04:00
Update locale-test.yml
This commit is contained in:
12
.github/workflows/locale-test.yml
vendored
12
.github/workflows/locale-test.yml
vendored
@@ -26,9 +26,8 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install XVFB
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
|
||||
|
||||
|
||||
- name: Install Angular CLI
|
||||
run: npm install -g @angular/cli
|
||||
@@ -36,5 +35,8 @@ jobs:
|
||||
- name: Install Deps
|
||||
run: cd ./wowup-electron && npm i
|
||||
|
||||
- name: Run Locale Test
|
||||
run: cd ./wowup-electron && ng test --watch=false --include='src/locales.spec.ts'
|
||||
- name: Install XVFB
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
with:
|
||||
working-directory: ./wowup-electron #optional
|
||||
run: ng test --watch=false --include='src/locales.spec.ts'
|
||||
|
||||
Reference in New Issue
Block a user