actions: verify the log compression feature
If running Forgejo >= v9.0, verify the logs are compressed by default
This commit is contained in:
parent
5ad828b7a2
commit
8636471d63
2 changed files with 29 additions and 3 deletions
8
actions/feature-logs-compression/run.sh
Executable file
8
actions/feature-logs-compression/run.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
source $FEATURE_DIR/../../lib/lib.sh
|
||||
source $FEATURE_DIR/../../forgejo/fixtures.sh
|
||||
|
||||
fixture_get_one_path local data/actions_log/root/example-echo/01/1.log.zst
|
Loading…
Add table
Reference in a new issue