Skip to content

Commit

Permalink
chore: add unit tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein authored and Jon Waldstein committed May 15, 2024
1 parent ad47bc9 commit 6533e10
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Unit Tests

on:
push:
pull_request:
workflow_call: # Allows you to use this workflow as part of another workflow
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab

jobs:
build:
uses: impress-org/givewp-github-actions/.github/workflows/addon-tests.yml@master
with:
addon_slug: give-divi
givewp_branch: develop

0 comments on commit 6533e10

Please sign in to comment.