chore(ui): tweak github actions for ui tests
This commit is contained in:
parent
3479060d02
commit
cdc92d1a52
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ui-tests.js.yml
vendored
2
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue