aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 678b0674b..2288bcd3f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -77,7 +77,7 @@ jobs:
77 77
78 - name: Run Test 78 - name: Run Test
79 # external-plugins tests only run on schedule 79 # external-plugins tests only run on schedule
80 if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins' 80 # if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins'
81 env: 81 env:
82 AKISMET_KEY: ${{ secrets.AKISMET_KEY }} 82 AKISMET_KEY: ${{ secrets.AKISMET_KEY }}
83 run: npm run ci -- ${{ matrix.test_suite }} 83 run: npm run ci -- ${{ matrix.test_suite }}