Skip to content

Commit

Permalink
Fix test for docs pdf (md5 changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Apr 13, 2023
1 parent 137b24f commit 5afbc4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ jobs:
- name: Download docs from Google Drive
run: |
output=/tmp/file.pdf
output=/tmp/file.txt
file_id=1TFYNzuZJTgNGzGmjraZ58ZVOh9_YoKeBnU-opWgXQL4
md5=e4a174e8fe11765fbf241ec4295156e3
gdown $file_id -O $output --quiet --format pdf
md5=6c17d87d3d01405ac5c9bb65ee2d2fc2
gdown $file_id -O $output --quiet --format txt
actual_hash=$(md5sum $output | awk '{print $1}')
test $actual_hash = $md5
Expand Down

0 comments on commit 5afbc4c

Please sign in to comment.