From d8da695063b84d84ac19c4d6eeb4ddfb061c3cbc Mon Sep 17 00:00:00 2001 From: "tom.coursow" Date: Wed, 12 Jul 2023 00:57:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/build.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 11c1b3f..7e3ec07 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,10 +23,10 @@ jobs: uses: actions/setup-node@v3 with: node-version: '18' - - name: Build app - run: | - npm ci - npm test + - name: Install Dependencies + run: npm ci + - name: Run Tests + run: npm test Explore-Gitea-Actions: runs-on: ubuntu-latest steps: