replace automated test code in CI

This commit is contained in:
deeplow 2022-08-25 19:40:40 +01:00
parent 9e3d404ed8
commit 75fe45cfb6
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -146,13 +146,9 @@ jobs:
- restore_cache: *restore-cache
- run: *copy-image
- run:
name: Convert each test document
name: run automated tests
command: |
for FILE in $(ls test_docs); do
echo Converting $FILE
poetry run ./dev_scripts/dangerzone-cli test_docs/$FILE
echo
done
poetry run make test
build-ubuntu-jammy:
docker:
@ -328,9 +324,9 @@ workflows:
#- build-debian-bookworm:
# requires:
# - build-container-image
# - build-fedora-37:
# requires:
# - build-container-image
#- build-fedora-37:
# requires:
# - build-container-image
- build-fedora-36:
requires:
- build-container-image