Skip to content

Commit

Permalink
ACS-6309 Run Report Portal
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Jul 18, 2024
1 parent 64baf03 commit f79747e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- name: "Init"
run: bash ./scripts/ci/init.sh
- name: "Prepare Report Portal"
if: github.ref_name == 'master'
if: github.ref_name == 'feature/ACS-6309_Report_Portal_Integration_updateTestNGListener'
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
id: rp-prepare
with:
Expand All @@ -184,7 +184,7 @@ jobs:
rp-use-static-launch-name: true
continue-on-error: true
- name: "Add GitHub Step Summary"
if: github.ref_name == 'master'
if: github.ref_name == 'feature/ACS-6309_Report_Portal_Integration_updateTestNGListener'
env:
RP_ENABLED: ${{ steps.rp-prepare.outputs.enabled }}
RP_KEY: ${{ steps.rp-prepare.outputs.key }}
Expand All @@ -194,18 +194,18 @@ jobs:
- name: "Run tests"
id: run-tests
env:
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
RP_OPTS: ${{ github.ref_name == 'feature/ACS-6309_Report_Portal_Integration_updateTestNGListener' && steps.rp-prepare.outputs.mvn-opts || '' }}
run: |
eval "args=($RP_OPTS)"
mvn -B test -pl ${{ matrix.testModule }} -am ${{ matrix.testAttributes }} -DfailIfNoTests=false "${args[@]}"
continue-on-error: true
- name: "Update GitHub Step Summary"
if: github.ref_name == 'master'
if: github.ref_name == 'feature/ACS-6309_Report_Portal_Integration_updateTestNGListener'
run: |
echo "#### ⏱ After Tests: $(date -u +'%Y-%m-%d %H:%M:%S%:z')" >> $GITHUB_STEP_SUMMARY
continue-on-error: true
- name: "Summarize Report Portal"
if: github.ref_name == 'master'
if: github.ref_name == 'feature/ACS-6309_Report_Portal_Integration_updateTestNGListener'
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
id: rp-summarize
with:
Expand Down

0 comments on commit f79747e

Please sign in to comment.