Skip to content

Commit

Permalink
ci: fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Feb 12, 2022
1 parent f85ddd2 commit c99531c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: |
pytest --json-report --json-report-indent 4
- name: upload to testview
run: 'curl -X POST https://testview.schettino72.net/api/projects/pytest-incremental/${{ github.sha }}/${{ github.job }}-${{ matrix.python-version}}?branch={{ github.ref_name }} --header "Content-Type: application/json" -d "@.report.json"'
run: 'curl -X POST https://testview.schettino72.net/api/projects/pytest-incremental/${{ github.sha }}/${{ github.job }}-${{ matrix.python-version}}?branch=${{ github.ref_name }} --header "Content-Type: application/json" -d "@.report.json"'

0 comments on commit c99531c

Please sign in to comment.