From 2a6b83e3c672b0fb37c2fed9a858a6e69b74c9d5 Mon Sep 17 00:00:00 2001 From: Johanna Ahlskog Date: Thu, 14 Sep 2023 10:04:55 +0200 Subject: [PATCH] Changes in Compliance controls structure --- .github/workflows/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0e111f4f..cb2bf5bf 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -10,9 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: Setup node uses: actions/setup-node@v3 - - name: Install + - name: Install dependencies run: npm ci - name: Build run: npm run build