Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Aug 26, 2024
1 parent 615ae21 commit 1ff7931
Showing 1 changed file with 5 additions and 29 deletions.
34 changes: 5 additions & 29 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,48 +16,27 @@ jobs:
- {
input_file: "backend_framework_urls.txt",
output_file: "backend_framework_report.json",
delay: 0,
}
- {
input_file: "comp_urls.txt",
output_file: "comp_report.json",
delay: 120,
}
- { input_file: "comp_urls.txt", output_file: "comp_report.json" }
- {
input_file: "mobile_desktop_urls.txt",
output_file: "mobile_desktop_report.json",
delay: 240,
}
- {
input_file: "state_management_urls.txt",
output_file: "state_management_report.json",
delay: 360,
}
- {
input_file: "ui_framework_urls.txt",
output_file: "ui_framework_report.json",
delay: 480,
}
- {
input_file: "chart_urls.txt",
output_file: "chart_report.json",
delay: 600,
}
- {
input_file: "db_urls.txt",
output_file: "db_report.json",
delay: 720,
}
- { input_file: "chart_urls.txt", output_file: "chart_report.json" }
- { input_file: "db_urls.txt", output_file: "db_report.json" }
- {
input_file: "monitoring_urls.txt",
output_file: "monitoring_report.json",
delay: 840,
}
- {
input_file: "test_urls.txt",
output_file: "test_report.json",
delay: 960,
}
- { input_file: "test_urls.txt", output_file: "test_report.json" }

steps:
- uses: actions/checkout@v2
Expand All @@ -71,10 +50,7 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Delay job execution
run: |
sleep ${{ matrix.repo_data.delay }}
working-directory: api

- name: Update Report
run: |-
Expand Down

0 comments on commit 1ff7931

Please sign in to comment.