Skip to content

fix: Implement pagination for sellers in Organization Details page #366

fix: Implement pagination for sellers in Organization Details page

fix: Implement pagination for sellers in Organization Details page #366

Workflow file for this run

name: '[PRN] Quality Engineering'
on:
pull_request:
branches:
- main
- master
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v2.1.14
with:
danger: true
dangerRequireChangelog: false
nodeLint: true
nodeTest: false
nodeSonar: true
nodeSonarProjectKey: vtex-apps_b2b-organizations
nodeSonarOrganization: vtex-apps
cypress: false
cyRunnerTimeOut: 45
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}
cypressJson: ${{ secrets.VTEX_QE }}