Optimize local cache and Change Min number of replicas #342
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: 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 }} |