From f9079127fe8751d7561cc42eab222f33867fa128 Mon Sep 17 00:00:00 2001 From: Ryan Rathsam Date: Mon, 5 Aug 2024 16:31:40 -0400 Subject: [PATCH] testing removing qa setup and test to see update --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0a99a5be42..422b8b20a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,10 +74,6 @@ jobs: - run: name: backup project directory for testing. command: tar -cf ./xdmod.tar.gz * - - run: - name: Setup & Run QA Tests - command: | - ./tests/ci/scripts/qa-test-setup.sh - run: name: Clear out command-line PHP errors generated by composer installs command: >