Skip to content

Commit b7d5e0d

Browse files
committed
test before release
1 parent 1098ae8 commit b7d5e0d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ env:
2626
PYTHON_VERSION: "3.13"
2727

2828
jobs:
29+
test:
30+
name: Run Tests
31+
uses: ./.github/workflows/test.yml
32+
2933
create-release:
3034
name: Create Release
35+
needs: test
3136
runs-on: ubuntu-latest
3237
outputs:
3338
version: ${{ inputs.version }}

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13+
workflow_call:
1314

1415
jobs:
1516
lint:

0 commit comments

Comments
 (0)