feat(ci): add woodpecker deploy pipeline
ci/woodpecker/push/woodpecker Pipeline failed
Lint and Build Checks / Lint, Test, and Build (push) Failing after 393h18m24s

This commit is contained in:
2026-06-23 10:19:05 -05:00
parent f531e1bf15
commit ab0383aaf3
7 changed files with 131 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ describe('changelog data', () => {
it('provides valid changelog entries', () => {
expect(isChangelogEntries(changelogEntries)).toBe(true);
expect(changelogEntries.length).toBeGreaterThan(0);
expect(changelogEntries[0]).toEqual(
expect(changelogEntries).toContainEqual(
expect.objectContaining({
id: 'build-metadata-changelog-poc',
title: 'Build Metadata and Changelog Scaffold',