Skip to content

Commit

Permalink
ci: bump changelog action, stop silently failing (#273)
Browse files Browse the repository at this point in the history
* Bump changelog action, enable skip-on-empty

* continue-on-error: false

* Remove continue-on-error

* Set Cypress supportFile: false
  • Loading branch information
DerekRoberts authored Oct 31, 2023
1 parent 5e6f125 commit 7f2e738
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Conventional Changelog Update
uses: TriPSs/conventional-changelog-action@v3
uses: TriPSs/conventional-changelog-action@v4.1.1
id: changelog
continue-on-error: true
with:
github-token: ${{ github.token }}
output-file: 'CHANGELOG.md'
skip-version-file: 'true'
skip-commit: 'true'
skip-on-empty: 'false'
skip-on-empty: 'true'
git-push: 'true'

retag-images:
Expand Down
1 change: 1 addition & 0 deletions frontend/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ export default cypress.defineConfig({
},
experimentalStudio: true,
experimentalWebKitSupport: true,
supportFile: false
},
});
Empty file removed frontend/cypress/support/e2e.js
Empty file.
2 changes: 0 additions & 2 deletions frontend/cypress/support/index.js

This file was deleted.

0 comments on commit 7f2e738

Please sign in to comment.