Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Update README.md

Update README.md #2788

Workflow file for this run

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: givewp-next-gen
givewp_branch: develop