From d48dcb87abb22f8bd88a60f2b05d6adc15bf0358 Mon Sep 17 00:00:00 2001 From: Karolina Rakoczy Date: Thu, 23 Jun 2022 11:16:06 +0200 Subject: [PATCH] Revert to snapshot (#2112) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Use next tag for saleor cli * Use dash instead of underscore for backup restore Co-authored-by: Bartłomiej Wiaduch --- .github/workflows/tests-nightly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests-nightly.yml b/.github/workflows/tests-nightly.yml index 731dee165..579cb1801 100644 --- a/.github/workflows/tests-nightly.yml +++ b/.github/workflows/tests-nightly.yml @@ -49,7 +49,7 @@ jobs: - name: Install saleor cli id: install-saleor-cli - run: npm i -g saleor-cli + run: npm i -g saleor-cli@next - name: Cache node modules uses: actions/cache@v2 @@ -68,11 +68,11 @@ jobs: env: ACCESS_TOKEN: ${{ secrets.CLOUD_ACCESS_TOKEN }} run: echo '{"token":"Token ${{ secrets.CLOUD_ACCESS_TOKEN }}","telemetry":"false","organization_slug":"qa","organization_name":"QA","environment_id":"lHECN87U"}' > ~/.config/saleor.json - + - name: revert snapshot env: SALEOR_CLI_ENV: staging - run: npx saleor backup restore MbdG5UXd --skip_webhooks_update + run: npx saleor backup restore MbdG5UXd --skip-webhooks-update - name: Notify Slack if: ${{ failure() }}