summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-12-26 13:09:41 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-12-29 14:15:34 +0100
commit27bd54058050a70bd1c9ec8cfcdf42d38541f1b0 (patch)
tree371914f2ada32c4aa7eb7d48b0163ac77a4c6883 /.github
parent0f1731833f8b6aea97b0816fe090f6dffacd6fd4 (diff)
Remove PHPunit integration tests
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-tests.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index 5843149e9..a3d70337b 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -135,9 +135,6 @@ jobs:
- name: Prep PHP tests
working-directory: ../server/apps/news
run: make php-test-dependencies
- - name: Integration tests
- working-directory: ../server/apps/news
- run: make integration-test
- name: Feed tests
working-directory: ../server/apps/news
run: make feed-test