We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80437e4 commit 7beb415Copy full SHA for 7beb415
1 file changed
.github/workflows/pr-tests.yml
@@ -22,12 +22,15 @@ jobs:
22
with:
23
node-version: 20
24
cache: "npm"
25
+ cache-dependency-path: apps/backend/package-lock.json
26
27
- name: Install deps
28
run: npm ci
29
+ working-directory: apps/backend
30
31
- name: Run tests
32
run: npm test -- --ci
33
34
35
python-tests:
36
name: Python tests (lemmas)
0 commit comments