Skip to content

Commit

Permalink
add testing section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingrid Crant committed Mar 19, 2024
1 parent e2f7b26 commit 9ace46e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

Thank you for your interest in contributing to the 1Password install-cli-action project 👋! Before you start, please take a moment to read through this guide to understand our contribution process.

## Testing

After following the steps below for signing commits, you can test against your PR with these steps:\

1. Create or use an existing repo to run the `install-cli` GitHub Action\
2. In a workflow yaml file that uses the GitHub Action with

```
uses: 1Password/load-secrets-action@<branch-name>
# OR
uses: 1Password/load-secrets-action@<commit-hash>
```

3. Trigger the action to test against your changes

## Documentation Updates

If applicable, update the [README.md](./README.md) to reflect any changes introduced by the new code.
Expand Down

0 comments on commit 9ace46e

Please sign in to comment.