Added cd to api directory
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
6d84bf694e
commit
1254b036f5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user