Skip to content

Commit

Permalink
Update gen_live_deploy_reports.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albangaignard authored Sep 1, 2023
1 parent 54993a4 commit 515e9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen_live_deploy_reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Harvesting report
run: |
python scripts/gen_live_deploys_reports.py check
python scripts/gen_live_deploys_reports.py check --all
- name: Validation report
run: |
python scripts/gen_live_deploys_reports.py validate
python scripts/gen_live_deploys_reports.py validate --all
- name: commit new data
env:
GITHUB_USER: ${{ secrets.GITHUB_USER }}
Expand Down

0 comments on commit 515e9d1

Please sign in to comment.