mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
Update run-backend-bdd-tests.yml
This commit is contained in:
4
.github/workflows/run-backend-bdd-tests.yml
vendored
4
.github/workflows/run-backend-bdd-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user