forked from baron/baron-sso
refresh_token 통합 테스트 실행 경로 정리
This commit is contained in:
@@ -1426,7 +1426,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p ../reports
|
||||
set +e
|
||||
pnpm test 2>&1 | tee ../reports/devfront-test.log
|
||||
pnpm run test:ci 2>&1 | tee ../reports/devfront-test.log
|
||||
test_exit_code=${PIPESTATUS[0]}
|
||||
set -e
|
||||
|
||||
@@ -1442,7 +1442,7 @@ jobs:
|
||||
echo "1. \`cd devfront\`"
|
||||
echo "2. \`pnpm install -C ../common --no-frozen-lockfile\`"
|
||||
echo "3. \`pnpm exec playwright install --with-deps\`"
|
||||
echo "4. \`pnpm test\`"
|
||||
echo "4. \`pnpm run test:ci\`"
|
||||
echo
|
||||
echo "## Log Tail (last 200 lines)"
|
||||
echo '```text'
|
||||
|
||||
Reference in New Issue
Block a user