Fix revert to snapshot job (#2312)
* check if test workflow will pass * check if test workflow will pass without cache * check if ask about target url * check if it work on windows * check if it work on mac * check if it work on ubuntu with node 16.0.0 * get list of installed * run revert-to-snapshot job un macos
This commit is contained in:
parent
ed95c423ae
commit
1bbcdb4213
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests-nightly.yml
vendored
2
.github/workflows/tests-nightly.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
revert-automation-env-to-snap:
|
revert-automation-env-to-snap:
|
||||||
if: ${{ github.event.inputs.environment == null && github.event_name != 'repository_dispatch' }}
|
if: ${{ github.event.inputs.environment == null && github.event_name != 'repository_dispatch' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue