diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae19615c5..59840d076 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 |
@@ -87,7 +89,7 @@ jobs: | |||
87 | echo "parse-log.js script does not exist, skipping." | 89 | echo "parse-log.js script does not exist, skipping." |
88 | 90 | ||
89 | - name: Upload logs | 91 | - name: Upload logs |
90 | uses: actions/upload-artifact@v2 | 92 | uses: actions/upload-artifact@v3 |
91 | if: failure() | 93 | if: failure() |
92 | with: | 94 | with: |
93 | name: test-storages-${{ matrix.test_suite }} | 95 | name: test-storages-${{ matrix.test_suite }} |