Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2026 Aaron K. Clark
name: tests

on:
Expand Down
7 changes: 7 additions & 0 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2026 Aaron K. Clark
#
# Woodpecker CI configuration for the Codeberg mirror. Mirrors the
# GitHub Actions workflow in .github/workflows/test.yml so both
# forges run the same lint + test + audit gates on every PR.

when:
- event: [push, pull_request]
branch: [master, main]
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2026 Aaron K. Clark
#
# Local-only override for integration testing. Exposes Postgres on
# 127.0.0.1:5432 so the host-side vitest integration suite can reach
# it. NOT for production / shared environments — leaving 5432 open
Expand Down