1
0

Add support for older devices (Libra 2 and newer)

This commit is contained in:
2026-03-26 13:32:38 +01:00
parent 61aed3f13c
commit 8d67346f80
5 changed files with 76 additions and 7 deletions

View File

@@ -95,6 +95,12 @@ jobs:
if: steps.check-e2e.outputs.run == 'true' && env.GITEA_ACTIONS != 'true'
run: readerly/setup.sh
- name: Validate download URLs
if: steps.check-e2e.outputs.run == 'true' && env.GITEA_ACTIONS != 'true'
run: |
cd tests
./validate-dl-urls.sh
- name: Full integration test (Playwright)
if: steps.check-e2e.outputs.run == 'true' && env.GITEA_ACTIONS != 'true'
run: |