Просмотр исходного кода

Update unit test command to run webview tests too

Matt Rubens 1 год назад
Родитель
Сommit
e14ccf55db
1 измененных файлов с 1 добавлено и 1 удалено
  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