Skip to content

Commit

Permalink
Clean up test-resources & ext dirs before running UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Sep 25, 2024
1 parent 8c4243f commit 9df23ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ tasks:
cmds:
- yarn webpack-dev
- "{{.VIRTUAL_ENV}}/bin/python3 --version"
- bash -c 'rm -rf ./out/test-resources ./out/ext'
- ' {{.XVFB}} bash -c ''source "{{.VIRTUAL_ENV}}/bin/activate" && yarn _coverage-ui-with-mock-lightspeed-server'''
interactive: true
test-unit:
Expand Down

0 comments on commit 9df23ee

Please sign in to comment.