allow for running dev environment inside docker

This commit is contained in:
Amruth Pillai
2026-04-25 11:26:02 +02:00
parent 847d69b621
commit 849aad6497
3 changed files with 75 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
cache: true
- name: Install Dependencies
run: vp install
run: vp install --frozen-lockfile
- name: Run Tests
run: vp test