From cdc92d1a528bb72dace15f7f61bb36dd2678453e Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Fri, 30 Jun 2023 14:45:48 +0200 Subject: [PATCH] chore(ui): tweak github actions for ui tests --- .github/workflows/ui-tests.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index 8bd88b99a..a65423c30 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -70,7 +70,7 @@ jobs: - name: Run testing frontend run: | cd tracker/tracker-testing-playground - yarn start &> ui.log && cd ../../frontend + yarn start &> ui.log & - name: Cache node modules uses: actions/cache@v3 with: