mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-05 21:21:49 +02:00
Compare commits
2 commits
bab6fea2d1
...
861052ca18
Author | SHA1 | Date | |
---|---|---|---|
861052ca18 | |||
![]() |
8471d09312 |
1 changed files with 1 additions and 6 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -479,9 +479,7 @@ jobs:
|
||||||
# protocol specified". However, we have verified with strace(1)
|
# protocol specified". However, we have verified with strace(1)
|
||||||
# that the command in the Podman container can read the Xauthority
|
# that the command in the Podman container can read the Xauthority
|
||||||
# file successfully.
|
# file successfully.
|
||||||
xvfb-run -s '-ac' ./dev_scripts/env.py --distro ${{ matrix.distro }} --version ${{ matrix.version }} run --dev \
|
xvfb-run -s '-ac' ./dev_scripts/env.py --distro ${{ matrix.distro }} --version ${{ matrix.version }} run --dev \ bash -c 'cd dangerzone; uv run --group test make test'
|
||||||
<<<<<<< HEAD
|
|
||||||
bash -c 'cd dangerzone; poetry run make test'
|
|
||||||
|
|
||||||
- name: Upload PDF diffs
|
- name: Upload PDF diffs
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
@ -490,6 +488,3 @@ jobs:
|
||||||
path: tests/test_docs/diffs/*.jpeg
|
path: tests/test_docs/diffs/*.jpeg
|
||||||
# Always run this step to publish test results, even on failures
|
# Always run this step to publish test results, even on failures
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
=======
|
|
||||||
bash -c 'cd dangerzone; uv run --group test make test'
|
|
||||||
>>>>>>> dfca32c (Use uv rather than poetry wherever possible)
|
|
||||||
|
|
Loading…
Reference in a new issue