Set working directory for unit tests

This commit is contained in:
Sander Declerck 2025-07-30 16:39:33 +02:00
parent b1ca2d2dc5
commit 822e734a4e
No known key found for this signature in database

View file

@ -8,6 +8,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: safe-chain
steps:
- name: Checkout code
@ -18,9 +21,6 @@ jobs:
with:
node-version: "lts/*"
- name: Go to safe-chain directory
run: cd safe-chain
- name: Install dependencies
run: npm ci