fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-07-31 11:35:52 -05:00
parent 22f546f14d
commit 83fb6aaec3

View File

@@ -52,7 +52,7 @@ pipeline {
agent any agent any
steps { steps {
sh 'scripts/test.sh' sh 'scripts/run_tests.sh'
} }
} }