We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad47bc9 commit 6533e10Copy full SHA for 6533e10
.github/workflows/unit-tests.yml
@@ -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