Refactor: add support to the gateway webhook events API #111
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: ADDON_ID | |
| givewp_branch: develop |