Merge 814a1fd157a41b34b07d254fc4535521588d59f7 into feature/naming-ju… #26
Workflow file for this run
This file contains 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: "Feature Test" | |
on: | |
push: | |
branches: | |
- feature/** | |
jobs: | |
feature-test: | |
name: "Feature Test" | |
uses: "SFDO-Community/standard-workflows/.github/workflows/feature.yml@main" | |
secrets: | |
dev-hub-auth-url: "${{ secrets.DEV_HUB_AUTH_URL }}" |