Skip to content

Commit

Permalink
feat: add npm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
icyphox authored and aeneasr committed Feb 11, 2022
1 parent 39aa62e commit 3d253e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
- run: go list -json > go.list
- name: Run nancy
uses: sonatype-nexus-community/[email protected]
- run: |
npm install
cd docs; npm install
name: Install node deps
- name: Run prettier
uses: ory/ci/prettier@master
- name: Run prettier (docs)
Expand All @@ -95,8 +99,6 @@ jobs:
args: --timeout 10m0s
skip-go-installation: true
skip-pkg-cache: true
- name: Install node packages
run: npm install
- name: Build Kratos
run: make install
- name: Run documentation tests
Expand Down

0 comments on commit 3d253e5

Please sign in to comment.