Skip to content

Commit

Permalink
feat: double download ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPaulGithub committed Mar 14, 2024
1 parent 987acf5 commit 4d9349f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ jobs:
cargo run --bin safe --release -- --log-output-dest=data-dir files upload "./resources/test_doc.txt" --retry-strategy quick
echo "validate the test contains 1"
Get-Content .\test_doc.txt | ForEach-Object {$_ -Replace "[^0-9]", ""} | echo
# if [[Get-Content .\test_doc.txt | ForEach-Object {$_ -Replace "[^0-9]", ""} != 1 ]] then exit 1
if [[Get-Content .\test_doc.txt | ForEach-Object {$_ -Replace "[^0-9]", ""} != 1 ]] then exit 1
# echo "add 2 and 3"
# "23" >> "./resources/test_doc.txt"
# echo "upload the recently changed test document"
Expand Down

0 comments on commit 4d9349f

Please sign in to comment.