From 6b6152124452e6cef44beedd881502e918d5223b Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Fri, 8 Dec 2023 12:59:31 +0500 Subject: [PATCH] build: add sqlite artifact in repo health job --- .github/workflows/repo-health-job.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-health-job.yml b/.github/workflows/repo-health-job.yml index 0cb5a0e..0e44b4f 100644 --- a/.github/workflows/repo-health-job.yml +++ b/.github/workflows/repo-health-job.yml @@ -78,7 +78,7 @@ jobs: run: | python3 -m pip install -r edx-repo-health/requirements/pip.txt python3 -m pip install -r edx-repo-health/requirements/pip-tools.txt - + - name: Clone testeng-ci repo uses: actions/checkout@v4 with: @@ -115,5 +115,14 @@ jobs: REPO_HEALTH_REPOS_WORKSHEET_ID: ${{ inputs.REPO_HEALTH_REPOS_WORKSHEET_ID }} REPO_HEALTH_OWNERSHIP_SPREADSHEET_URL: ${{ inputs.REPO_HEALTH_OWNERSHIP_SPREADSHEET_URL }} run: | - chmod +x edx-repo-health/scripts/repo-health-script.sh bash edx-repo-health/scripts/repo-health-script.sh + + - name: Run repo health artifact script + run: | + bash edx-repo-health/scripts/repo-health-artifact.sh + + - name: Upload sqlite db as artifact + uses: actions/upload-artifact@v3 + with: + name: sqlite db artifact + path: dashboards/dashboard.sqlite3