Compare commits

..

2 commits

Author SHA1 Message Date
Alexis Métaireau
5f9da6cd73
build: update the poetry.lock file 2024-11-06 16:23:44 +01:00
Alexis Métaireau
246624d687
tests: mark the hancom office suite tests for rerun on failures
It seem that these tests are flaky, and as a result our CI pipeline is
failing from time to time. This will rerun it automatically when there
is an error.

See https://github.com/freedomofpress/dangerzone/issues/968 for more
information
2024-11-06 16:18:55 +01:00

View file

@ -13,7 +13,7 @@ jobs:
- name: Download container image for the latest release and load it
run: |
VERSION=$(curl https://api.github.com/repos/freedomofpress/dangerzone/releases/latest | jq -r '.tag_name')
CONTAINER_FILENAME=container-${VERSION:1}-i686.tar.gz
CONTAINER_FILENAME=container-${VERSION}-i686.tar.gz
wget https://github.com/freedomofpress/dangerzone/releases/download/${VERSION}/${CONTAINER_FILENAME} -O ${CONTAINER_FILENAME}
docker load -i ${CONTAINER_FILENAME}
# NOTE: Scan first without failing, else we won't be able to read the scan