Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Oct 1, 2024
1 parent 8100fa1 commit 11dc2e6
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,23 @@ name: Github Actions Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
# Add in environment variables for the entire "build" job
env:
POSTGRES_USER: admin
POSTGRES_PASSWORD: OG0pjmnQDWUTvLotYrxPrg
POSTGRES_HOST: localhost
POSTGRES_HOST_AUTH_METHOD: password
POSTGRES_DB: metadata
POSTGRES_PORT: 5432
HTSGET_TEST_KEY: thisisatest
DB_PATH: localhost
SERVER_LOCAL_DATA: /home/travis/build/CanDIG/htsget_app/data
PGPASSWORD: OG0pjmnQDWUTvLotYrxPrg
INDEXING_PATH: /home/travis/build/CanDIG/tmp
TESTENV_URL: http://localhost:3000
AGGREGATE_COUNT_THRESHOLD: 5
POSTGRES_USERNAME: admin
runs-on: ubuntu-latest
# Add in environment variables for the entire "build" job
services:
postgres_main:
image: postgres:latest
Expand All @@ -29,15 +37,6 @@ jobs:
strategy:
matrix:
python-version: ['3.12']
env:
HTSGET_TEST_KEY: thisisatest
DB_PATH: localhost
SERVER_LOCAL_DATA: /home/travis/build/CanDIG/htsget_app/data
PGPASSWORD: OG0pjmnQDWUTvLotYrxPrg
INDEXING_PATH: /home/travis/build/CanDIG/tmp
TESTENV_URL: http://localhost:3000
AGGREGATE_COUNT_THRESHOLD: 5
POSTGRES_USERNAME: admin
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 11dc2e6

Please sign in to comment.