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 9, 2025
1 parent f58e23e commit f2bd197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 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,8 @@ runs:
- name: "🔨 Setup backend and databases"
uses: ./.github/actions/setup_backend

- run: cd web && npm ci

- 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 f2bd197

Please sign in to comment.