Kaynağa Gözat

Update unit test command to run webview tests too

Matt Rubens 1 yıl önce
ebeveyn
işleme
e14ccf55db
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 
       - name: Run unit tests
-        run: npx jest
+        run: npm test