Skip to content

Commit

Permalink
ci: save translation screenshots as workflow artifacts for 24 hours
Browse files Browse the repository at this point in the history
This is about 4 MB × n languages, currently < 100 MB per run.
  • Loading branch information
cfm committed Oct 4, 2024
1 parent b5ebf8d commit e844085
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ jobs:
- name: Run translation tests
run: |
LOCALES="${{ matrix.locale }}" make translation-test
- name: Save screenshots
uses: actions/upload-artifact@v4
with:
name: screenshots_${{ matrix.locale }}
path: securedrop/tests/functional/pageslayout/screenshots/
retention-days: 1

0 comments on commit e844085

Please sign in to comment.