Skip to content

Commit 8955dcb

Browse files
committed
test-pr
1 parent 6ebff63 commit 8955dcb

2 files changed

Lines changed: 12 additions & 122 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 0 additions & 122 deletions
This file was deleted.

.github/workflows/test_pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Test PR
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened, ready_for_review]
6+
7+
jobs:
8+
test:
9+
uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
10+
with:
11+
repos: ${{ vars.REPOS }}
12+
secrets: inherit

0 commit comments

Comments
 (0)