Skip to content

Commit 6533e10

Browse files
Jon WaldsteinJon Waldstein
authored andcommitted
chore: add unit tests workflow
1 parent ad47bc9 commit 6533e10

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Unit Tests
2+
3+
on:
4+
push:
5+
pull_request:
6+
workflow_call: # Allows you to use this workflow as part of another workflow
7+
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
8+
9+
jobs:
10+
build:
11+
uses: impress-org/givewp-github-actions/.github/workflows/addon-tests.yml@master
12+
with:
13+
addon_slug: give-divi
14+
givewp_branch: develop

0 commit comments

Comments
 (0)