From 7dbd85d8f5494c48e3bb80ee9459d56e4135e1b9 Mon Sep 17 00:00:00 2001 From: Jonathan Atiene <34762800+bemijonathan@users.noreply.github.com> Date: Sat, 30 Sep 2023 14:25:50 +0100 Subject: [PATCH] we --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4425ee9..f8e5893 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,11 +48,17 @@ jobs: node-version: 20 cache: npm + - name: Install Dependencies + id: npm-ci + run: npm ci + + - name: Build dist/ Directory + id: build + run: npm run bundle + - name: Test Local Action id: test-action uses: ./ - with: - node-version: 20 - name: Print Output id: output