From 2a43288e19ec36dcf48d47b01ca528eeacfa8249 Mon Sep 17 00:00:00 2001 From: jliddev Date: Sun, 22 Nov 2020 00:09:04 -0600 Subject: [PATCH] Update locale-test.yml --- .github/workflows/locale-test.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/locale-test.yml b/.github/workflows/locale-test.yml index aa017923..12af5b4b 100644 --- a/.github/workflows/locale-test.yml +++ b/.github/workflows/locale-test.yml @@ -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' \ No newline at end of file + - name: Install XVFB + uses: GabrielBB/xvfb-action@v1 + with: + working-directory: ./wowup-electron #optional + run: ng test --watch=false --include='src/locales.spec.ts'