Skip to content

Commit

Permalink
Add broken test example
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <[email protected]>
  • Loading branch information
StevenACoffman committed Jun 20, 2024
1 parent 7c8bc50 commit 8862c32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- name: Download Test Report
uses: dawidd6/action-download-artifact@v6
with:
name: junit-test-results
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
- name: Publish Test Report
Expand Down
4 changes: 4 additions & 0 deletions graphql/bool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ func doBooleanMarshal(b bool) string {
MarshalBoolean(b).MarshalGQL(&buf)
return buf.String()
}

func TestFoo(t *testing.T) {
t.FailNow()
}

0 comments on commit 8862c32

Please sign in to comment.