mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-30 18:52:38 +02:00
replace automated test code in CI
This commit is contained in:
parent
9e3d404ed8
commit
75fe45cfb6
1 changed files with 5 additions and 9 deletions
|
@ -146,13 +146,9 @@ jobs:
|
||||||
- restore_cache: *restore-cache
|
- restore_cache: *restore-cache
|
||||||
- run: *copy-image
|
- run: *copy-image
|
||||||
- run:
|
- run:
|
||||||
name: Convert each test document
|
name: run automated tests
|
||||||
command: |
|
command: |
|
||||||
for FILE in $(ls test_docs); do
|
poetry run make test
|
||||||
echo Converting $FILE
|
|
||||||
poetry run ./dev_scripts/dangerzone-cli test_docs/$FILE
|
|
||||||
echo
|
|
||||||
done
|
|
||||||
|
|
||||||
build-ubuntu-jammy:
|
build-ubuntu-jammy:
|
||||||
docker:
|
docker:
|
||||||
|
@ -328,9 +324,9 @@ workflows:
|
||||||
#- build-debian-bookworm:
|
#- build-debian-bookworm:
|
||||||
# requires:
|
# requires:
|
||||||
# - build-container-image
|
# - build-container-image
|
||||||
# - build-fedora-37:
|
#- build-fedora-37:
|
||||||
# requires:
|
# requires:
|
||||||
# - build-container-image
|
# - build-container-image
|
||||||
- build-fedora-36:
|
- build-fedora-36:
|
||||||
requires:
|
requires:
|
||||||
- build-container-image
|
- build-container-image
|
||||||
|
|
Loading…
Reference in a new issue