mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
ci: QASE_REPORT only develop branch
This commit is contained in:
parent
f5114d4ca1
commit
4607e4a21d
2
.github/workflows/ci-test-e2e.yml
vendored
2
.github/workflows/ci-test-e2e.yml
vendored
@ -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 }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user