Skip to content

Commit 2e84b40

Browse files
Alison WuAlison Wu
authored andcommitted
Add test-update-repo.yml to workflow
1 parent e5999b7 commit 2e84b40

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Tests on PR
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
workflow_dispatch:
9+
10+
jobs:
11+
validate:
12+
uses: Billingegroup/release-scripts/.github/workflows/_tests-on-pr.yml@v0
13+
with:
14+
project:
15+
c_extension: false
16+
headless: false

0 commit comments

Comments
 (0)