mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-30 10:42:37 +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
|
||||
- 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:
|
||||
|
|
Loading…
Reference in a new issue