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 d69c292 commit 8100fa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
strategy:
matrix:
python-version: ['3.12']
env:
HTSGET_TEST_KEY: thisisatest
DB_PATH: localhost
Expand All @@ -35,9 +38,6 @@ jobs:
TESTENV_URL: http://localhost:3000
AGGREGATE_COUNT_THRESHOLD: 5
POSTGRES_USERNAME: admin
strategy:
matrix:
python-version: ['3.12']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 8100fa1

Please sign in to comment.