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