From 78defe2886654c4201527a24d93e838e2368f454 Mon Sep 17 00:00:00 2001 From: Dawid Sowa Date: Mon, 22 Apr 2024 15:06:46 +0200 Subject: [PATCH] ci: adjust CI process --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8db89263..ca077276 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,11 +96,11 @@ jobs: - name: Install dependencies run: npm ci - - name: Run tests - run: npm run test - - name: Build run: npm run build + - name: Run tests + run: npm run test + - name: Dump context uses: RDXWorks-actions/ghaction-dump-context@master \ No newline at end of file