Skip to content

Commit

Permalink
Install dependencies for build
Browse files Browse the repository at this point in the history
  • Loading branch information
blazer82 committed Jun 12, 2024
1 parent 9f5334f commit 32573aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
context: .
load: true
tags: ${{ env.TEST_TAG }}
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test
Expand Down

0 comments on commit 32573aa

Please sign in to comment.