Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Pankey committed May 3, 2023
1 parent 5f77c90 commit 9e0be35
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,25 @@ jobs:
run: python manage.py migrate
- name: Run tests
run: python manage.py test
env:
RIDGEBACK_DB_NAME: github_actions
RIDGEBACK_DB_PASSWORD: postgres
RIDGEBACK_DB_USERNAME: postgres
RIDGEBACK_TOIL_JOB_STORE_ROOT: /sample_path
RIDGEBACK_TOIL_WORK_DIR_ROOT: /sample_path
RIDGEBACK_TOIL_TMP_DIR_ROOT: /sample_path
RIDGEBACK_LSF_WALLTIME: 10:00
RIDGEBACK_LSF_SLA: SLA
CELERY_LOG_PATH: /sample_path
CELERY_PID_PATH: /sample_path
CELERY_BEAT_SCHEDULE_PATH: /sample_path
RIDGEBACK_NEXTFLOW_JOB_STORE_ROOT: /sample_path
RIDGEBACK_NEXTFLOW_WORK_DIR_ROOT: /sample_path
RIDGEBACK_NEXTFLOW_TMP_DIR_ROOT: /sample_path
SINGULARITY_PATH: /sample_singularity
RIDGEBACK_VENV: /sample_path
RIDGEBACK_PATH: /sample_path
RIDGEBACK_PORT: 4009
RIDGEBACK_DEFAULT_QUEUE: sample_queue
RIDGEBACK_RABBITMQ_USERNAME: sample_username
RIDGEBACK_RABBITMQ_PASSWORD: sample_password

0 comments on commit 9e0be35

Please sign in to comment.