Update locale-test.yml

This commit is contained in:
jliddev
2020-11-22 00:14:56 -06:00
parent fa484e85ee
commit 42911bb341

View File

@@ -39,4 +39,4 @@ jobs:
uses: GabrielBB/xvfb-action@v1
with:
# working-directory: ./wowup-electron #optional
run: ng test --watch=false --include='src/locales.spec.ts'
run: cd ./wowup-electron && ng test --watch=false --include='src/locales.spec.ts'