ci: QASE_REPORT only develop branch

This commit is contained in:
Guilherme Gazzo 2023-03-30 15:30:43 -03:00
parent f5114d4ca1
commit 4607e4a21d

View File

@ -226,7 +226,7 @@ jobs:
E2E_COVERAGE: ${{ inputs.release == 'ee' && 'true' || '' }}
IS_EE: ${{ inputs.release == 'ee' && 'true' || '' }}
QASE_API_TOKEN: ${{ secrets.QASE_API_TOKEN }}
QASE_REPORT: 'true'
QASE_REPORT: ${{ github.ref == 'refs/heads/develop' && 'true' || '' }}
working-directory: ./apps/meteor
run: yarn test:e2e --shard=${{ matrix.shard }}/${{ inputs.total-shard }}