chore(ui): tweak github actions for ui tests

This commit is contained in:
nick-delirium 2023-06-30 14:45:48 +02:00
parent 3479060d02
commit cdc92d1a52

View file

@ -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: