Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andriichumak authored Dec 4, 2019
1 parent 9a72a4c commit 884fe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
continue-on-error: true
- name: Report results to dashboard
run: |
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "x-api-key: ${{ secrets.CALLIOPE_TOKEN }}" -F "file[]=@reports/xml-report/result.xml" http://app.calliope.pro/api/v2/profile/764/report/import/junit
curl -X POST -H "x-api-key:${{ secrets.CALLIOPE_TOKEN }}" -H "Content-Type:application/*" --data "@reports/xml-report/result.xml" "https://app.calliope.pro/api/v2/profile/764/report/import/junit"
continue-on-error: true
- name: Archive jUnit results to artifacts
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 884fe64

Please sign in to comment.