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:
Karolina Rakoczy 2022-09-16 12:21:24 +02:00 committed by GitHub
parent ed95c423ae
commit 1bbcdb4213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ jobs:
revert-automation-env-to-snap:
if: ${{ github.event.inputs.environment == null && github.event_name != 'repository_dispatch' }}
runs-on: ubuntu-latest
runs-on: macos-latest
timeout-minutes: 30
steps: