Skip to content

Setup testops - #75

Open
epszaw wants to merge 1 commit into
mainfrom
setup-testops
Open

Setup testops#75
epszaw wants to merge 1 commit into
mainfrom
setup-testops

Conversation

@epszaw

@epszaw epszaw commented Jul 8, 2026

Copy link
Copy Markdown
Member

No description provided.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure PHP Commons 2 GitHub actions run (2026-07-08T12:21:03.577Z) 0s 0 0 0 View

@epszaw
epszaw requested a review from delatrie July 8, 2026 12:21

- name: Normalize ALLURE_MATRIX_ENV
run: |
raw_value="${{ matrix.os }}-php-${{ matrix.php-version }}"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Windows, PowerShell is used. The syntax is different:

$value = "${{ matrix.os }}-php-${{ matrix.php-version }}" -replace "\.", "_" -replace "\*", "x"
"ALLURE_MATRIX_ENV=$value" >> "$GITHUB_ENV"
"ALLURE_TEST_DUMP_NAME=allure-results-$value" >> "$GITHUB_ENV"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants