From d52056e6bf0fd194a79558f8f714cb175d8dec17 Mon Sep 17 00:00:00 2001 From: pcheremu Date: Fri, 15 Dec 2023 17:46:09 +0300 Subject: [PATCH] test: refactoring --- .github/workflows/app-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-e2e.yml b/.github/workflows/app-e2e.yml index 33a6066bbe..bbd2205209 100644 --- a/.github/workflows/app-e2e.yml +++ b/.github/workflows/app-e2e.yml @@ -116,7 +116,7 @@ jobs: E2ENETWORK='${{ inputs.default_network_value_for_e2e }}' npx cucumber-js --tags "${{ matrix.tags }} ${{ inputs.environmentTags }} and not @testnet" fi - - name: Upload artifacts to Git + - name: Save artifacts to Git if: always() uses: actions/upload-artifact@v3 with: