Skip to content

Commit

Permalink
Fix ui-tests (#44)
Browse files Browse the repository at this point in the history
* Fix integration test in template

* Fix check_release test by removing the ui-tests from project workspaces
  • Loading branch information
brichet committed Sep 18, 2023
1 parent e7e4c2b commit d3fde34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions template/.github/workflows/build.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
- name: Install dependencies
working-directory: ui-tests
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: 0
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
run: jlpm install
{% raw %}
Expand Down
5 changes: 1 addition & 4 deletions template/package.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
"repository": {
"type": "git",
"url": "{{ repository }}.git"
},{% if test %}
"workspaces": [
"ui-tests"
],{% endif %}
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
"build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension",
Expand Down

0 comments on commit d3fde34

Please sign in to comment.