ci/cd - add missing prepare for prod tests

This commit is contained in:
bunkerity 2022-08-25 11:41:31 +02:00
parent 2a04a56428
commit fc3c7892da
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 6 additions and 0 deletions

View File

@ -347,6 +347,12 @@ jobs:
ignore-unfixed: false
severity: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
# Prepare tests
- name: Install tests dependencies
run: pip3 install -r ./tests/requirements.txt
- name: Set variables
run: cat /opt/.runner_env >> $GITHUB_ENV
# Run tests
- name: Run Docker tests
run: ./tests/main.py "docker"