Skip to content

Commit

Permalink
Adding execution step
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Jul 15, 2024
1 parent 1e910fa commit 2a85dc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/opera_daily_products_query.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Execute Daily Products Query
run: |
cd monitoring
python opera_daily_products_query.py

0 comments on commit 2a85dc5

Please sign in to comment.