Enable external plugins to test the PR

This commit is contained in:
Chocobozzz
2023-05-09 08:57:34 +02:00
committed by Chocobozzz
parent 9a3db678f5
commit 3a0c2a77b1
15 changed files with 97 additions and 49 deletions
+1 -1
View 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 }}