fix: env var for scoro

This commit is contained in:
GitBluub
2023-12-02 14:28:29 +01:00
committed by Clément Le Bihan
parent 044dd59d8f
commit 27119056a4

View File

@@ -125,6 +125,7 @@ jobs:
- name: Run robot tests
run: |
export API_KEY_ROBOT=ROBOTO
pip install -r back/test/robot/requirements.txt
robot -d out back/test/robot/
- uses: actions/upload-artifact@v3