Skip to content

Commit

Permalink
Fix ci pacakge map-projects.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Jul 26, 2024
1 parent c328fb5 commit bdd8484
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ lizmap/www/assets/js/filter.js
lizmap/www/assets/js/filter.js.map
lizmap/www/assets/js/map.js
lizmap/www/assets/js/map.js.map
lizmap/www/assets/js/map-projects.js
lizmap/www/assets/js/map-projects.js.map
lizmap/www/assets/js/popupQgisAtlas.js
lizmap/www/assets/js/popupQgisAtlas.js.map
lizmap/www/assets/js/search.js
Expand Down
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ build:
- lizmap/www/assets/js/filter.js.map
- lizmap/www/assets/js/map.js
- lizmap/www/assets/js/map.js.map
- lizmap/www/assets/js/map-projects.js
- lizmap/www/assets/js/map-projects.js.map
- lizmap/www/assets/js/switcher-layers-actions.js
- lizmap/www/assets/js/switcher-layers-actions.js.map
- lizmap/www/assets/js/timemanager.js
Expand Down
1 change: 1 addition & 0 deletions docs/jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"exclude": [
"assets/src/legacy/edition.js",
"assets/src/legacy/map-projects.js",
"assets/src/modules/Lizmap.js",
"assets/src/modules/Layers.js",
"assets/src/dependencies"
Expand Down

1 comment on commit bdd8484

@3liz-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest weekly run of end2end "playwright" tests failed with this latest commit on the branch release_3_6 😣

CC @nboisteault and @Gustry, please have a look to the logs. Maybe it's a false positive ?

Visit https://github.com/3liz/lizmap-web-client/actions/runs/10137519537

Please sign in to comment.