Skip to content

Commit 7f2e738

Browse files
authored
ci: bump changelog action, stop silently failing (#273)
* Bump changelog action, enable skip-on-empty * continue-on-error: false * Remove continue-on-error * Set Cypress supportFile: false
1 parent 5e6f125 commit 7f2e738

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/merge-main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,14 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646
- name: Conventional Changelog Update
47-
uses: TriPSs/conventional-changelog-action@v3
47+
uses: TriPSs/conventional-changelog-action@v4.1.1
4848
id: changelog
49-
continue-on-error: true
5049
with:
5150
github-token: ${{ github.token }}
5251
output-file: 'CHANGELOG.md'
5352
skip-version-file: 'true'
5453
skip-commit: 'true'
55-
skip-on-empty: 'false'
54+
skip-on-empty: 'true'
5655
git-push: 'true'
5756

5857
retag-images:

frontend/cypress.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ export default cypress.defineConfig({
88
},
99
experimentalStudio: true,
1010
experimentalWebKitSupport: true,
11+
supportFile: false
1112
},
1213
});

frontend/cypress/support/e2e.js

Whitespace-only changes.

frontend/cypress/support/index.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)