Skip to content

Commit

Permalink
Support UNC paths for Get-FormattedFileSystemPath.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaopudark committed Jan 3, 2024
1 parent 54986a0 commit 4e12df1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/APIs-Tests-on-Linux.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/APIs-Tests-on-MacOS.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/APIs-Tests-on-Windows.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/Components-Tests-on-Linux.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/Components-Tests-on-MacOS.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/Components-Tests-on-Windows.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4e12df1

Please sign in to comment.