mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
test: remove unnecessary tests from CI
This commit is contained in:
parent
1388a673e5
commit
8522cb8d47
13
.github/workflows/version-bump.yml
vendored
13
.github/workflows/version-bump.yml
vendored
@ -10,20 +10,7 @@ permissions:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-tests:
|
|
||||||
name: "Run tests"
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: actions/setup-go@v5
|
|
||||||
with:
|
|
||||||
go-version: "1.23"
|
|
||||||
check-latest: true
|
|
||||||
- name: Run tests
|
|
||||||
run: make test
|
|
||||||
|
|
||||||
bump-version:
|
bump-version:
|
||||||
needs: [run-tests]
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: "Bump Version"
|
name: "Bump Version"
|
||||||
if: ${{ !startsWith(github.event.head_commit.message, 'bump:') }}
|
if: ${{ !startsWith(github.event.head_commit.message, 'bump:') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user