Skip to content

Commit 6da03ab

Browse files
committed
Test run github action staging
1 parent f452a77 commit 6da03ab

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/staging-push.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
echo "JIRA_PASSWORD=${{ secrets.JIRA_PASSWORD }}" >> $GITHUB_ENV
4949
echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
5050
51-
#- name: Update DB - test runs
52-
# run: python ./__main__.py --report-type test-run-counts --project fenix --start-date 2021-08-15 --end-date 2021-10-01
51+
- name: Update DB - test runs
52+
run: python ./__main__.py --report-type test-case-coverage --project ALL
5353

54-
- name: Jira query qa-requests
55-
run: python ./__main__.py --report-type jira-qa-requests
56-
- name: Jira query qa-needed
57-
if: always()
58-
run: python ./__main__.py --report-type jira-qa-needed
54+
#- name: Jira query qa-requests
55+
# run: python ./__main__.py --report-type jira-qa-requests
56+
#- name: Jira query qa-needed
57+
# if: always()
58+
# run: python ./__main__.py --report-type jira-qa-needed
5959
- name: Set job log URL
6060
if: always()
6161
run: echo "JOB_LOG_URL=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)