Skip to content

Commit

Permalink
ci: QASE_REPORT only develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Mar 30, 2023
1 parent f5114d4 commit 4607e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-e2e.yml
Expand Up @@ -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 }}

Expand Down

0 comments on commit 4607e4a

Please sign in to comment.