Skip to content

Commit

Permalink
Revert test commit for git action
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir authored Jan 10, 2025
1 parent fde907c commit 250bdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Update database dump
run: |
cd $GITHUB_WORKSPACE
sh scripts/docker-compose.sh --portal_type=web-and-data
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=./data/seed.sql.gz --schema=./data/cgds.sql --studies=./data/studies
sh scripts/dump-data.sh --url=localhost:8080 --out=database_dump.sql
Expand Down

0 comments on commit 250bdd8

Please sign in to comment.