Added cd to api directory
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Marcin-Ramotowski 2025-05-25 16:54:15 +00:00
parent 6d84bf694e
commit 1254b036f5

View File

@ -6,6 +6,7 @@ steps:
- name: build
image: python:3.11.7-alpine
commands:
- cd api
- python3 -m venv env
- source env/bin/activate
- pip install -r requirements.txt pytest