Skip to content

Commit

Permalink
Fix data path
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Dec 16, 2024
1 parent 21485c8 commit 0efff77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flakeguard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:
curl -k -X POST "${{ secrets.FLAKEGUARD_SPLUNK_ENDPOINT }}" \
-H "Authorization: Splunk ${{ secrets.FLAKEGUARD_SPLUNK_HEC }}" \
-H "Content-Type: application/json" \
-d @data.json
-d @./flakeguard-report/all-test-results.json
- name: Upload Failed Test Results as Artifact
if: ${{ fromJSON(steps.results.outputs.summary).failed_runs > 0 }}
Expand Down

0 comments on commit 0efff77

Please sign in to comment.