Skip to content

Commit

Permalink
[wrong] test
Browse files Browse the repository at this point in the history
wrong: this commit contains intentional issues or reserved a bug from previous commits intentionally in order to test the ci
  • Loading branch information
grqz authored Sep 15, 2024
1 parent 5f5f2b9 commit 45a6f67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
script_response=$(./yt-dlp -vF --print-traffic BaW_jenozKc --extractor-args "youtube:getpot_bgutil_script=server/build/generate_once.js" 2>&1)
echo $script_response
if [[ "$script_response" != *"BgUtilScriptPot: Generating POT via script"* ]]; then
echo "::error title=BgUtilScriptPot was not invoked::BgUtilScriptPot was not invoked"
# ::error file={name},line={line},endLine={endLine},title={title}::{message}
# echo "::error title=BgUtilScriptPot was not invoked::BgUtilScriptPot was not invoked"
echo "::error file=LICENSE,line=1,endLine=3,title=title::msg“
exit 1
fi
- name: Test server method
Expand All @@ -70,7 +70,7 @@ jobs:
script_response=$(./yt-dlp -vF --print-traffic BaW_jenozKc --extractor-args "youtube:getpot_bgutil_baseurl=http://127.0.0.1:4416" 2>&1)
echo $script_response
if [[ "$script_response" != *"BgUtilHTTPPot: Generating POT via HTTP server"* ]]; then
echo "::error title=BgUtilHTTPPot was not invoked::BgUtilHTTPPot was not invoked"
# ::error file={name},line={line},endLine={endLine},title={title}::{message}
# echo "::error title=BgUtilHTTPPot was not invoked::BgUtilHTTPPot was not invoked"
echo "::error file=.gitignore,line=1,endLine=3,title=title::msg“
exit 1
fi

0 comments on commit 45a6f67

Please sign in to comment.