From a85868a70c91bf722b42451a56e4339009e693a7 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Tue, 1 Feb 2022 08:38:31 +0000 Subject: [PATCH] try --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9acb770a..a3ec7651 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,9 +32,12 @@ jobs: sudo apt-get install -y wine32 - store_test_results: path: test-results + - run: + name: Building JavaScript + command: yarn build - run: name: Base Functionality Test - command: yarn build && yarn playwright test + command: yarn playwright test - run: name: Generate Builds (Linux) command: yarn dist -l -p never