Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Jan 10, 2025
1 parent 4564af5 commit fbbe2ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Test
run: |
cd $GITHUB_WORKSPACE
git clone -b fix/dependency --single-branch https://github.com/zainasir/cbioportal-docker-compose.git
cd cbioportal-docker-compose
./init.sh
docker compose up
sh scripts/docker-compose.sh --portal_type=web-and-data --docker_args='-d'
sh utils/check-connection.sh --url=localhost:8080 --interval=5 --max_retries=50
sh scripts/import-data.sh --seed=$GITHUB_WORKSPACE/data/seed.sql.gz --schema=$GITHUB_WORKSPACE/data/cgds.sql --studies=$GITHUB_WORKSPACE/data/studies
sh scripts/dump-data.sh --url=localhost:8080 --out=database_dump.sql

0 comments on commit fbbe2ad

Please sign in to comment.