diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 983ba454a..5545ac1c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,6 +107,3 @@ jobs: - name: Functional Tests run: tools/runTests.sh -p ${{ matrix.php }} -s functional - - - name: Acceptance Tests - run: tools/runTests.sh -p ${{ matrix.php }} -s acceptance