diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index f4b87366..6ff03b93 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -105,7 +105,7 @@ jobs: - name: cypress pre-requisites run: | cd ~/frappe-bench/apps/lms - yarn add cypress@^10 --no-lockfile + yarn add cypress@^10 --no-lockfile -W - name: UI Tests run: cd ~/frappe-bench/ && bench --site lms.test run-ui-tests lms --headless diff --git a/commitlint.config.js b/commitlint.config.js index 0c582f54..2b23e6a0 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,4 +1,4 @@ -module.exports = { +export default { parserPreset: "conventional-changelog-conventionalcommits", rules: { "subject-empty": [2, "never"],