From 3d26590302080f354dba1c888702850e07334e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hegyi=20=C3=81ron=20Ferenc?= <hegyi.aron101@gmail.com> Date: Sat, 20 Jan 2024 20:21:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20wip:=20try=20install=20from=20np?= =?UTF-8?q?m?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 90feb22..b41047b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -30,15 +30,18 @@ jobs: cache: pnpm - name: Install eemoji - env: - SKIP_POSTINSTALL: true - run: pnpm i - - - name: Build eemoji - run: pnpm run build - - - name: Setup eemoji - run: pnpm i + run: pnpm i -g eemoji + + # - name: Install eemoji + # env: + # SKIP_POSTINSTALL: true + # run: pnpm i + + # - name: Build eemoji + # run: pnpm run build + + # - name: Setup eemoji + # run: pnpm i - name: Switch to test branch run: git checkout -b test