SP-000 add path-suffixes to filter better for frontend E2E and vitests failing tests #4
Workflow file for this run
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: Test | |
| on: | |
| pull_request: | |
| jobs: | |
| dependabot: | |
| name: Auto Merge (Dependabot) | |
| uses: Staffbase/gha-workflows/.github/workflows/[email protected] | |
| with: | |
| force: true | |
| secrets: | |
| app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }} | |
| private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }} |