mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
Move vmshutdown to first step.
If a previous run on a physical runner has failed to clean up, the next run will fail because it'll try to check out the code to a broken directory mount. Make cleanup the first step.
This commit is contained in:
parent
46b91b70ff
commit
eb679e2959
4
.github/workflows/selfhosted.yml
vendored
4
.github/workflows/selfhosted.yml
vendored
@ -72,11 +72,11 @@ jobs:
|
|||||||
# - { os: sol11, configs: sol64-pam }
|
# - { os: sol11, configs: sol64-pam }
|
||||||
- { os: win10, configs: cygwin-release }
|
- { os: win10, configs: cygwin-release }
|
||||||
steps:
|
steps:
|
||||||
|
- name: shutdown VM if running
|
||||||
|
run: vmshutdown
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: autoreconf
|
- name: autoreconf
|
||||||
run: autoreconf
|
run: autoreconf
|
||||||
- name: shutdown VM if running
|
|
||||||
run: vmshutdown
|
|
||||||
- name: startup VM
|
- name: startup VM
|
||||||
run: vmstartup
|
run: vmstartup
|
||||||
- name: configure
|
- name: configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user