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