From 27bd54058050a70bd1c9ec8cfcdf42d38541f1b0 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sat, 26 Dec 2020 13:09:41 +0100 Subject: Remove PHPunit integration tests Signed-off-by: Sean Molenaar --- .github/workflows/integration-tests.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3