This commit is contained in:
@@ -11,6 +11,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Test backend
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r back/requirements.txt
|
||||
pytest -sv
|
||||
- name: Build & deploy
|
||||
run: |
|
||||
docker compose -f docker-compose.yaml up -d --build
|
||||
|
||||
Reference in New Issue
Block a user