.gitea/workflows/UnitTests.yaml aktualisiert
Some checks failed
Gitea Actions Demo / Run Tests (push) Failing after 19s
Some checks failed
Gitea Actions Demo / Run Tests (push) Failing after 19s
This commit is contained in:
parent
80690a9c8c
commit
30cc665f05
@ -25,6 +25,11 @@ jobs:
|
|||||||
echo "No requirements.txt found, skipping installation."
|
echo "No requirements.txt found, skipping installation."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Read .env from server and write to current directory
|
||||||
|
run: |
|
||||||
|
cat .env > .env
|
||||||
|
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user