]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/test.yml
Enable external plugins to test the PR
[github/Chocobozzz/PeerTube.git] / .github / workflows / test.yml
index 678b0674bc24c3cd4396817d9a7be3812cc1b54d..2288bcd3f699d7be53475b255e753d459ab792d8 100644 (file)
@@ -77,7 +77,7 @@ jobs:
 
       - name: Run Test
         # external-plugins tests only run on schedule
-        if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins'
+        if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins'
         env:
           AKISMET_KEY: ${{ secrets.AKISMET_KEY }}
         run: npm run ci -- ${{ matrix.test_suite }}