Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Nov 3, 2020
1 parent d847805 commit 53258b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ jobs:
python -m nltk.downloader punkt
python -m nltk.downloader averaged_perceptron_tagger
- name: "✔️ Test API"
run: python ./src/Backend/test.py reader reader
run: python ./src/Backend/test.py
env:
ES_USERNAME: reader
ES_PASSWORD: reader

0 comments on commit 53258b6

Please sign in to comment.