Skip to content

Commit 61e4e31

Browse files
committed
minimal workflow
1 parent d4b5c34 commit 61e4e31

19 files changed

+3
-1456
lines changed

.github/dependabot.yml

-14
This file was deleted.

.github/workflows/cherry_pick_into_release_branch.yml

-86
This file was deleted.

.github/workflows/create_test_report.yml

+1-16
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish Test Results
22
on:
33
workflow_run:
4-
workflows: ["tests 1", "tests 2", "tests others"]
4+
workflows: ["tests 1"]
55
types:
66
- completed
77
jobs:
@@ -37,21 +37,6 @@ jobs:
3737
env:
3838
NODE_OPTIONS: --max-old-space-size=8192
3939

40-
- name: Azure Login
41-
uses: azure/login@v2
42-
with:
43-
client-id: ${{ secrets.AZURE_BLOB_REPORTS_CLIENT_ID }}
44-
tenant-id: ${{ secrets.AZURE_BLOB_REPORTS_TENANT_ID }}
45-
subscription-id: ${{ secrets.AZURE_BLOB_REPORTS_SUBSCRIPTION_ID }}
46-
47-
- name: Upload HTML report to Azure
48-
run: |
49-
REPORT_DIR='run-${{ github.event.workflow_run.id }}-${{ github.event.workflow_run.run_attempt }}-${{ github.sha }}'
50-
azcopy cp --recursive "./playwright-report/*" "https://mspwblobreport.blob.core.windows.net/\$web/$REPORT_DIR"
51-
echo "Report url: https://mspwblobreport.z1.web.core.windows.net/$REPORT_DIR/index.html"
52-
env:
53-
AZCOPY_AUTO_LOGIN_TYPE: AZCLI
54-
5540
- name: Read pull request number
5641
uses: ./.github/actions/download-artifact
5742
with:

.github/workflows/infra.yml

-61
This file was deleted.

.github/workflows/pr_check_client_side_changes.yml

-74
This file was deleted.

.github/workflows/publish_canary.yml

-90
This file was deleted.

0 commit comments

Comments
 (0)