File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
48
48
echo "JIRA_PASSWORD=${{ secrets.JIRA_PASSWORD }}" >> $GITHUB_ENV
49
49
echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
50
50
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
53
53
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
59
59
- name : Set job log URL
60
60
if : always()
61
61
run : echo "JOB_LOG_URL=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments