mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
check compression speed
This commit is contained in:
parent
bb2cea8856
commit
c2792b13a2
3
.github/workflows/test_admin_interface.yml
vendored
3
.github/workflows/test_admin_interface.yml
vendored
@ -66,6 +66,7 @@ jobs:
|
||||
with:
|
||||
name: out
|
||||
path: out
|
||||
compression-level: 2
|
||||
|
||||
- name: Admin Interface | Unit tests
|
||||
id: test
|
||||
@ -104,9 +105,7 @@ jobs:
|
||||
run: if [ "${{ needs.unit_test.outputs.test-success }}" != "true" ]; then exit 1; fi
|
||||
|
||||
locales:
|
||||
if: needs.files-changed.outputs.admin == 'true'
|
||||
name: Locales - Admin Interface
|
||||
needs: files-changed
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user