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 2, 2024
1 parent 7106409 commit 3165072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
POSTGRES_PORT: 5432
HTSGET_TEST_KEY: thisisatest
DB_PATH: localhost
SERVER_LOCAL_DATA: data
SERVER_LOCAL_DATA: ${{github.workspace}}/data
PGPASSWORD: OG0pjmnQDWUTvLotYrxPrg
INDEXING_PATH: $GITHUB_WORKSPACE/tmp
INDEXING_PATH: ${{github.workspace}}/tmp
TESTENV_URL: http://localhost:3000
AGGREGATE_COUNT_THRESHOLD: 5
POSTGRES_USERNAME: admin
Expand Down

0 comments on commit 3165072

Please sign in to comment.