fix: env var for scoro

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