From 6306d2258a4f692473b716c01bc05f7d94e1f8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=9A=D0=BE=D0=B7=D0=B0=D0=BA?= Date: Thu, 27 Jul 2023 19:45:49 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20=D0=92=20=D1=82=D0=B5=D1=81=D1=82=D0=B8?= =?UTF-8?q?=20=D0=B4=D0=BE=D0=B4=D0=B0=D0=BD=D0=BE=20=D0=B2=D0=B0=D0=BB?= =?UTF-8?q?=D1=96=D0=B4=D0=B0=D1=86=D1=96=D1=8E=20web-ext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 413136e..a2ecfbb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,8 +42,9 @@ jobs: ${{ inputs.VERSION_REF || ( github.ref_type == 'tag' && github.ref || '0.0.0') }} BUILD_TARGET: chrome + - run: pnpm run web-ext:pack - run: pnpm run test - + - uses: actions/upload-artifact@v3 if: always() with: