added functions to cicd
Some checks failed
Test Django / Test migration (push) Failing after 9s

This commit is contained in:
Jochen Mehlich 2023-12-20 18:11:38 +01:00
parent 1fc6cfc1d2
commit 4082cb90c0

View File

@ -8,4 +8,13 @@ jobs:
name: Test migration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.11
run: |
apt install -yqq python3 python3-docs python3-pip
- name: Install Dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt