Skip to content

Commit

Permalink
use NIST source
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Feb 6, 2024
1 parent f315112 commit 152b72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/load_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: poetry install --no-interaction --no-root
- name: Run Load Test
env:
SRC_TITLE: 'Load Test: EPA ScienceHub'
SRC_URL: 'https://pasteur.epa.gov/metadata.json'
SRC_TITLE: 'Load Test NIST'
SRC_URL: 'https://www.nist.gov/sites/default/files/data.json'
SRC_OWNER_ORG: 'b9bfa457-9f66-4aab-861a-ceac5b53ad6d'
SRC_SOURCE_TYPE: 'datajson'
CKAN_URL: ${{secrets.CKAN_URL_STAGING}}
Expand Down

1 comment on commit 152b72f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
harvester
   __init__.py00100% 
   harvest.py4116767 84%
   utils.py4377 84%
TOTAL4547484% 

Tests Skipped Failures Errors Time
9 0 💤 0 ❌ 0 🔥 2.623s ⏱️

Please sign in to comment.