Skip to content

Commit

Permalink
npm ci erikseen fronttitesteille
Browse files Browse the repository at this point in the history
  • Loading branch information
a544jh committed Jan 10, 2025
1 parent db458c2 commit 3016364
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/actions/koski_frontend_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ runs:
- name: "🔨 Setup backend and databases"
uses: ./.github/actions/setup_backend

- name: npm ci
run: cd web && npm ci
shell: bash

- name: Run frontend tests
env:
MOCHA_SHARD_INDEX: ${{inputs.shardIndex}}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup_backend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
architecture: "x64"
distribution: "zulu"

- name: Setup Node 16
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20.17.0"
Expand Down

0 comments on commit 3016364

Please sign in to comment.