mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-09-02 22:17:42 +00:00
test(ci): guard semantic beta versioning
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user