From a290bf589468ec46f7ad8079edcdec4c3ac3074a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amund=20S=C3=B8rumshagen?= Date: Thu, 24 Aug 2023 21:43:04 +0200 Subject: [PATCH] =?UTF-8?q?Annen=20rekkef=C3=B8lge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_code.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_code.yml b/.github/workflows/build_code.yml index 5b1dfee67..3d3a1e4a5 100644 --- a/.github/workflows/build_code.yml +++ b/.github/workflows/build_code.yml @@ -26,14 +26,15 @@ jobs: run: npm ci env: NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }} + - name: Build application + run: npm run build - name: Generate code from OpenAPI run: npm run orval - name: Run tests run: npm run test - name: Build less run: npm run build:css - - name: Build application - run: npm run build + # - name: 'Build npm and run tests' # uses: navikt/sosialhjelp-ci/actions/build-npm@v2-beta