Skip to content

Commit

Permalink
Removed the test indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jul 27, 2023
1 parent f35422c commit 794885e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ 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
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,6 @@ 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
Expand Down

0 comments on commit 794885e

Please sign in to comment.