Skip to content

Commit 7c8b340

Browse files
committed
npm ci erikseen fronttitesteille
1 parent 427bf2f commit 7c8b340

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/actions/koski_frontend_test/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ runs:
1212
- name: "🔨 Setup backend and databases"
1313
uses: ./.github/actions/setup_backend
1414

15+
- name: npm ci
16+
run: cd web && npm ci
17+
shell: bash
18+
1519
- name: Run frontend tests
1620
env:
1721
MOCHA_SHARD_INDEX: ${{inputs.shardIndex}}

.github/actions/setup_backend/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
architecture: "x64"
99
distribution: "zulu"
1010

11-
- name: Setup Node 16
11+
- name: Setup Node
1212
uses: actions/setup-node@v3
1313
with:
1414
node-version: "20.17.0"

0 commit comments

Comments
 (0)