Update run-backend-bdd-tests.yml

This commit is contained in:
Daniel Hougaard
2026-01-06 02:24:39 +01:00
parent abf418248f
commit 547f5ca9ac

View File

@@ -41,6 +41,10 @@ jobs:
node-version: "20"
cache: "npm"
cache-dependency-path: backend/package-lock.json
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: npm install
working-directory: backend