test(ci): guard semantic beta versioning

This commit is contained in:
Goon
2026-05-29 10:10:07 +07:00
parent a7b58c6933
commit ea107aebc9
3 changed files with 111 additions and 0 deletions
+10
View File
@@ -10,6 +10,16 @@ permissions:
contents: read
jobs:
release-versioning:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Release versioning tests
run: node --test scripts/ci/semantic-beta-version.test.mjs
go:
runs-on: ubuntu-latest
# Postgres service container for integration tests. pgvector/pgvector:pg18
+2
View File
@@ -91,6 +91,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release versioning tests
run: node --test scripts/ci/semantic-beta-version.test.mjs
- name: Fetch upstream release tags
run: git fetch --force --tags https://github.com/nextlevelbuilder/goclaw.git "refs/tags/v*:refs/tags/v*"
- name: Compute semantic beta version