Skip to content

Commit

Permalink
Also ping the main index here
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw authored Jul 4, 2023
1 parent 783fe9b commit 2329819
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,18 @@ jobs:
with:
path: "script/requirements.txt"

- name: Ping FDP test index
id: ping-test-index
working-directory: ./script
env:
FDP_INDEX_URL: "http://178.63.49.197:8070"
FDP_URL: "https://fdp.wikipathways.org/"
run: 'python ping.py'

- name: Ping FDP index
id: ping-index
working-directory: ./script
env:
FDP_INDEX_URL: "http://178.63.49.197:8070"
FDP_INDEX_URL: "https://index.vp.ejprarediseases.org/"
FDP_URL: "https://fdp.wikipathways.org/"
run: 'python ping.py'

0 comments on commit 2329819

Please sign in to comment.