mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Try to force specific paths for the GitHub workspace on windows
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
88f945598f
commit
91a9eeb725
1 changed files with 11 additions and 0 deletions
|
@ -90,6 +90,12 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include: ${{ fromJSON(needs.generate-matrix.outputs.arch-matrix-include) }}
|
||||
env:
|
||||
GITHUB_WORKSPACE: "c://Windows/Temp"
|
||||
defaults:
|
||||
run:
|
||||
working-directory: "c://Windows/Temp"
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Code
|
||||
uses: actions/checkout@v3
|
||||
|
@ -183,6 +189,11 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include: ${{ fromJSON(needs.generate-matrix.outputs.test-matrix-include) }}
|
||||
env:
|
||||
GITHUB_WORKSPACE: "c://Windows/Temp"
|
||||
defaults:
|
||||
run:
|
||||
working-directory: "c://Windows/Temp"
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Code
|
||||
|
|
Loading…
Add table
Reference in a new issue