Skip to content

Commit

Permalink
chore: update readme.md file for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Dec 21, 2023
1 parent 95a389a commit d8ffefe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ gh secret set PAYFAST_MERCHANT_KEY --app actions --repo=woocommerce/woocommerce-
gh secret set PAYFAST_PASSPHRASE --app actions --repo=woocommerce/woocommerce-gateway-payfast
```

**Note**: Add `needs: e2e testing` to pull request to run e2e tests.
**Note**:
- Add the GitHub secret only if it doesn't already exist. Utilize the following command to check if the secret exists:
```
gh secret list --app actions --repo=woocommerce/woocommerce-gateway-payfast
```
- Add `needs: e2e testing` to pull request to run e2e tests.

0 comments on commit d8ffefe

Please sign in to comment.