Update main_volucy-gateway.yml
This commit is contained in:
parent
a03e06a6de
commit
bf6555d207
1 changed files with 8 additions and 0 deletions
8
.github/workflows/main_volucy-gateway.yml
vendored
8
.github/workflows/main_volucy-gateway.yml
vendored
|
|
@ -27,6 +27,14 @@ jobs:
|
|||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
|
||||
- name: Node.js einrichten
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "18"
|
||||
|
||||
- name: Berechtigungen für start.sh
|
||||
run: chmod +x start.sh
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue