From 4e12df1902451df564baff3231c2905677ae2f30 Mon Sep 17 00:00:00 2001 From: Zhaopudark Date: Wed, 3 Jan 2024 15:54:35 +0800 Subject: [PATCH] Support UNC paths for Get-FormattedFileSystemPath. --- .github/workflows/APIs-Tests-on-Linux.yaml | 7 +++---- .github/workflows/APIs-Tests-on-MacOS.yaml | 7 +++---- .github/workflows/APIs-Tests-on-Windows.yaml | 7 +++---- .github/workflows/Components-Tests-on-Linux.yaml | 7 +++---- .github/workflows/Components-Tests-on-MacOS.yaml | 7 +++---- .github/workflows/Components-Tests-on-Windows.yaml | 7 +++---- 6 files changed, 18 insertions(+), 24 deletions(-) diff --git a/.github/workflows/APIs-Tests-on-Linux.yaml b/.github/workflows/APIs-Tests-on-Linux.yaml index dc3fc86..502bed6 100644 --- a/.github/workflows/APIs-Tests-on-Linux.yaml +++ b/.github/workflows/APIs-Tests-on-Linux.yaml @@ -1,10 +1,9 @@ name: APIs Tests on Linux on: - workflow_run: - workflows: ["Components Tests On Linux"] - types: - - completed + push: + branches: + - dev jobs: api-tests-on-linux: diff --git a/.github/workflows/APIs-Tests-on-MacOS.yaml b/.github/workflows/APIs-Tests-on-MacOS.yaml index 234911d..2420224 100644 --- a/.github/workflows/APIs-Tests-on-MacOS.yaml +++ b/.github/workflows/APIs-Tests-on-MacOS.yaml @@ -1,10 +1,9 @@ name: APIs Tests on MacOS on: - workflow_run: - workflows: ["Components Tests On MacOS"] - types: - - completed + push: + branches: + - dev jobs: api-tests-on-macos: diff --git a/.github/workflows/APIs-Tests-on-Windows.yaml b/.github/workflows/APIs-Tests-on-Windows.yaml index 6baf187..f643380 100644 --- a/.github/workflows/APIs-Tests-on-Windows.yaml +++ b/.github/workflows/APIs-Tests-on-Windows.yaml @@ -1,10 +1,9 @@ name: APIs Tests on Windows on: - workflow_run: - workflows: ["Components Tests On Windows"] - types: - - completed + push: + branches: + - dev jobs: api-tests-on-windows: diff --git a/.github/workflows/Components-Tests-on-Linux.yaml b/.github/workflows/Components-Tests-on-Linux.yaml index c12840a..720e6c8 100644 --- a/.github/workflows/Components-Tests-on-Linux.yaml +++ b/.github/workflows/Components-Tests-on-Linux.yaml @@ -1,10 +1,9 @@ name: Components Tests on Linux on: - workflow_run: - workflows: ["Installation Tests On Linux"] - types: - - completed + push: + branches: + - dev jobs: component-tests-on-linux: diff --git a/.github/workflows/Components-Tests-on-MacOS.yaml b/.github/workflows/Components-Tests-on-MacOS.yaml index 887fc61..7faca08 100644 --- a/.github/workflows/Components-Tests-on-MacOS.yaml +++ b/.github/workflows/Components-Tests-on-MacOS.yaml @@ -1,10 +1,9 @@ name: Components Tests on MacOS on: - workflow_run: - workflows: ["Installation Tests On MacOS"] - types: - - completed + push: + branches: + - dev jobs: component-tests-on-macos: diff --git a/.github/workflows/Components-Tests-on-Windows.yaml b/.github/workflows/Components-Tests-on-Windows.yaml index 27648fa..49fea38 100644 --- a/.github/workflows/Components-Tests-on-Windows.yaml +++ b/.github/workflows/Components-Tests-on-Windows.yaml @@ -1,10 +1,9 @@ name: Components Tests on Windows on: - workflow_run: - workflows: ["Installation Tests On Windows"] - types: - - completed + push: + branches: + - dev jobs: component-tests-on-windows: