mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
fix(devops): azure conection string var name (#23416)
This commit is contained in:
parent
5701ff1e9b
commit
ce9892c694
4
.github/workflows/tests_primary.yml
vendored
4
.github/workflows/tests_primary.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
|||||||
uses: ./.github/actions/download-blob-report-from-azure
|
uses: ./.github/actions/download-blob-report-from-azure
|
||||||
with:
|
with:
|
||||||
run_dir: 'run-${{ github.run_id }}-${{ github.sha }}-test_linux'
|
run_dir: 'run-${{ github.run_id }}-${{ github.sha }}-test_linux'
|
||||||
connection_string: '${{ secrets.AZURE_CONNECTION_STRING }}'
|
connection_string: '${{ secrets.AZURE_CONNECTION_STRING_FOR_BLOB_REPORT }}'
|
||||||
- name: Merge into HTML Report
|
- name: Merge into HTML Report
|
||||||
run: |
|
run: |
|
||||||
npx playwright merge-reports --reporter html --attachments missing 'run-${{ github.run_id }}-${{ github.sha }}-test_linux'
|
npx playwright merge-reports --reporter html --attachments missing 'run-${{ github.run_id }}-${{ github.sha }}-test_linux'
|
||||||
@ -229,7 +229,7 @@ jobs:
|
|||||||
uses: ./.github/actions/download-blob-report-from-azure
|
uses: ./.github/actions/download-blob-report-from-azure
|
||||||
with:
|
with:
|
||||||
run_dir: 'run-${{ github.run_id }}-${{ github.sha }}-test_test_runner'
|
run_dir: 'run-${{ github.run_id }}-${{ github.sha }}-test_test_runner'
|
||||||
connection_string: '${{ secrets.AZURE_CONNECTION_STRING }}'
|
connection_string: '${{ secrets.AZURE_CONNECTION_STRING_FOR_BLOB_REPORT }}'
|
||||||
- name: Merge into HTML Report
|
- name: Merge into HTML Report
|
||||||
run: |
|
run: |
|
||||||
npx playwright merge-reports --reporter html --attachments missing 'run-${{ github.run_id }}-${{ github.sha }}-test_test_runner'
|
npx playwright merge-reports --reporter html --attachments missing 'run-${{ github.run_id }}-${{ github.sha }}-test_test_runner'
|
||||||
|
2
.github/workflows/tests_secondary.yml
vendored
2
.github/workflows/tests_secondary.yml
vendored
@ -234,7 +234,7 @@ jobs:
|
|||||||
uses: ./.github/actions/download-blob-report-from-azure
|
uses: ./.github/actions/download-blob-report-from-azure
|
||||||
with:
|
with:
|
||||||
run_dir: 'run-${{ github.run_id }}-${{ github.sha }}-tracing_linux'
|
run_dir: 'run-${{ github.run_id }}-${{ github.sha }}-tracing_linux'
|
||||||
connection_string: '${{ secrets.AZURE_CONNECTION_STRING }}'
|
connection_string: '${{ secrets.AZURE_CONNECTION_STRING_FOR_BLOB_REPORT }}'
|
||||||
- name: Merge into HTML Report
|
- name: Merge into HTML Report
|
||||||
run: |
|
run: |
|
||||||
npx playwright merge-reports --reporter html --attachments missing 'run-${{ github.run_id }}-${{ github.sha }}-tracing_linux'
|
npx playwright merge-reports --reporter html --attachments missing 'run-${{ github.run_id }}-${{ github.sha }}-tracing_linux'
|
||||||
|
Loading…
Reference in New Issue
Block a user