1
0
forked from baron/baron-sso

fix(ci): fix multiline cache key error by extracting only the first line of playwright version

This commit is contained in:
2026-05-15 17:39:46 +09:00
parent b1e617ff37
commit 41fe1b09c6
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ cleanup() {
}
trap "cleanup; exit" INT TERM
trap cleanup EXIT
trap "cleanup" EXIT
mkdir -p reports
rm -rf adminfront/node_modules