Skip to content

Commit

Permalink
Changes in Compliance controls structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanna Ahlskog committed Sep 14, 2023
1 parent a835a58 commit 2a6b83e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a6b83e

Please sign in to comment.