Skip to content

Commit df94f49

Browse files
committed
link actions
1 parent 496bd0f commit df94f49

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77

88
jobs:
99

10+
test:
11+
uses: ./.github/workflows/test.yml
12+
1013
build:
1114
name: build framelib dist
1215
needs: test

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: test
33
on:
44
push:
55
pull_request:
6+
workflow_call:
67

78
jobs:
89

0 commit comments

Comments
 (0)