From 1bbcdb42130cf49e93e0f410eb95b7f0653be9bf Mon Sep 17 00:00:00 2001 From: Karolina Rakoczy Date: Fri, 16 Sep 2022 12:21:24 +0200 Subject: [PATCH] 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 --- .github/workflows/tests-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-nightly.yml b/.github/workflows/tests-nightly.yml index f5a5015f7..18618d33f 100644 --- a/.github/workflows/tests-nightly.yml +++ b/.github/workflows/tests-nightly.yml @@ -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: