Using a feature flag to route the PDP traffic to some specific accounts to our endpoint on EKS. #364
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: PR actions | |
| on: | |
| pull_request: | |
| branches: | |
| - v1.x | |
| jobs: | |
| Cypress: | |
| uses: vtex/action-io-app-cypress/.github/workflows/cypress.yml@v1 | |
| with: | |
| accounts: '["biggy"]' | |
| tests-repository: vtex/search-tests | |
| containers: 4 | |
| parallel: true | |
| secrets: | |
| app-key: ${{ secrets.APP_KEY }} | |
| app-token: ${{ secrets.APP_TOKEN }} | |
| record-key: ${{ secrets.RECORD_KEY }} |