This commit is contained in:
Pavel Feldman 2023-07-26 17:23:10 -07:00 коммит произвёл GitHub
Родитель 619d326f4b
Коммит ececb6d19e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/tests_service.yml поставляемый
Просмотреть файл

@ -58,6 +58,6 @@ jobs:
- run: npx playwright merge-reports --reporter markdown,html ./blob-report
- name: Upload HTML report to Azure
run: |
REPORT_DIR='run-service-${{ github.event.workflow_run.id }}-${{ github.event.workflow_run.run_attempt }}-${{ github.sha }}'
REPORT_DIR='run-service-${{ github.run_id }}-${{ github.run_attempt }}-${{ github.sha }}'
az storage blob upload-batch -s playwright-report -d "\$web/$REPORT_DIR" --connection-string "${{ secrets.AZURE_CONNECTION_STRING_FOR_BLOB_REPORT }}"
echo "Report url: https://mspwblobreport.z1.web.core.windows.net/$REPORT_DIR/index.html"
echo "Report url: https://mspwblobreport.z1.web.core.windows.net/$REPORT_DIR/index.html?q=s:failed"