fix: env var for scoro test

This commit is contained in:
GitBluub
2023-12-02 14:16:56 +01:00
committed by Clément Le Bihan
parent f076bf9794
commit f11cddf55a
+1
View File
@@ -119,6 +119,7 @@ jobs:
- name: Run scorometer tests
run: |
pip install -r scorometer/requirements.txt
export API_KEY_SCORO_TEST=SCOROTEST
cd scorometer/tests && ./runner.sh
- name: Run robot tests