Skip to content

Commit

Permalink
[tests] refactor: keep all installations together
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Dec 5, 2024
1 parent 62b8839 commit c1c8db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/integration/tests/sda/01_install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ for t in curl expect jq openssh-client postgresql-client xxd; do
apt-get -o DPkg::Lock::Timeout=60 install -y "$t" >/dev/null
fi
done

pip -q install s3cmd
2 changes: 0 additions & 2 deletions .github/integration/tests/sda/10_upload_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ done
## truncate database
psql -U postgres -h postgres -d sda -At -c "TRUNCATE TABLE sda.files, sda.encryption_keys CASCADE;"

pip -q install s3cmd

for file in NA12878.bam NA12878_20k_b37.bam NA12878.bai NA12878_20k_b37.bai; do
curl --retry 100 -s -L -o /shared/$file "https://github.com/ga4gh/htsget-refserver/raw/main/data/gcp/gatk-test-data/wgs_bam/$file"
if [ ! -f "$file.c4gh" ]; then
Expand Down

0 comments on commit c1c8db9

Please sign in to comment.