Skip to content

Commit

Permalink
test before releasing in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
strowk committed Dec 14, 2024
1 parent ef8507c commit 3e458dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:
- '*'

jobs:
call-run-tests:
uses: strowk/mcp-k8s-go/.github/workflows/test.yaml@test-pipeline
release:
needs: call-run-tests
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
workflow_dispatch:
workflow_call:

jobs:
run-tests:
Expand Down

0 comments on commit 3e458dd

Please sign in to comment.