Fixed directories in yaml files
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: Portfolio Backend CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
|
||||
@@ -16,10 +18,12 @@ jobs:
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: server
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest
|
||||
pip install -r requirements.txt
|
||||
- name: Lint with black
|
||||
working-directory: server
|
||||
run: |
|
||||
black --check .
|
||||
|
||||
Reference in New Issue
Block a user