From 79730dcabcebd28143011d77b5022d104f3dd00d Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Tue, 1 Feb 2022 17:38:12 +0000 Subject: [PATCH] Removed test from workflow until this can be fixed --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a8540f75..ee79295a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,9 +35,6 @@ jobs: sudo apt-get install -y wine32 - store_test_results: path: test-results - - run: - name: Base Functionality Test - command: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test -- - run: name: Generate Builds (Linux) command: yarn dist -l -p never