Browse Source

Update unit test command to run webview tests too

Matt Rubens 1 year ago
parent
commit
e14ccf55db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/code-qa.yml

+ 1 - 1
.github/workflows/code-qa.yml

@@ -42,4 +42,4 @@ jobs:
         run: npm run install:all
         run: npm run install:all
 
 
       - name: Run unit tests
       - name: Run unit tests
-        run: npx jest
+        run: npm test