mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Try renaming salt dir
This commit is contained in:
parent
53ae41e43d
commit
bc7d4b861f
1 changed files with 7 additions and 2 deletions
|
@ -173,6 +173,9 @@ jobs:
|
|||
run: |
|
||||
nox --force-color -e decompress-dependencies -- windows ${{ inputs.arch }}
|
||||
|
||||
- name: Rename salt directory
|
||||
run: ren ./salt ./salt-bak
|
||||
|
||||
- name: Show System Info
|
||||
env:
|
||||
SKIP_REQUIREMENTS_INSTALL: "1"
|
||||
|
@ -186,8 +189,9 @@ jobs:
|
|||
GITHUB_ACTIONS_PIPELINE: "1"
|
||||
RAISE_DEPRECATIONS_RUNTIME_ERRORS: "1"
|
||||
TOOLS_DISTRO_SLUG: "${{ inputs.distro-slug }}"
|
||||
PYTHONUTF8: "1"
|
||||
run: |
|
||||
env PYTHONUTF8=1 nox --force-color -f noxfile.py -e "${{ inputs.nox-session }}-pkgs" -- '${{ matrix.tests-chunk }}'
|
||||
nox --force-color -f noxfile.py -e "${{ inputs.nox-session }}-pkgs" -- '${{ matrix.tests-chunk }}'
|
||||
|
||||
- name: Run Package Tests
|
||||
env:
|
||||
|
@ -201,8 +205,9 @@ jobs:
|
|||
SKIP_INITIAL_GH_ACTIONS_FAILURES: "1"
|
||||
COVERAGE_CONTEXT: ${{ inputs.distro-slug }}
|
||||
OUTPUT_COLUMNS: "190"
|
||||
PYTHONUTF8: "1"
|
||||
run: |
|
||||
env PYTHONUTF8=1 nox --force-color -f noxfile.py -e ${{ inputs.nox-session }}-pkgs -- ${{ matrix.tests-chunk }} \
|
||||
nox --force-color -f noxfile.py -e ${{ inputs.nox-session }}-pkgs -- ${{ matrix.tests-chunk }} \
|
||||
${{ matrix.version && format('--prev-version={0}', matrix.version) || ''}}
|
||||
|
||||
- name: Prepare Test Run Artifacts
|
||||
|
|
Loading…
Add table
Reference in a new issue