From 4d79ba23b8e1ad02741686ef8c47ecbb817a63f5 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Tue, 1 Feb 2022 08:36:12 +0000 Subject: [PATCH] whoops --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 124f044b..9acb770a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,7 @@ jobs: path: test-results - run: name: Base Functionality Test - command: yarn playwright test + command: yarn build && yarn playwright test - run: name: Generate Builds (Linux) command: yarn dist -l -p never