Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump undici from 5.26.4 to 5.28.3 #203

Merged
merged 1 commit into from
Feb 21, 2024

Bump undici from 5.26.4 to 5.28.3

a803399
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump undici from 5.26.4 to 5.28.3 #203

Bump undici from 5.26.4 to 5.28.3
a803399
Select commit
Loading
Failed to load commit list.
GitHub Actions / Example Go Report failed Feb 21, 2024 in 0s

3 tests run, 0 skipped, 2 failed.

Annotations

Check failure on line 12 in integration-tests/go/main_test.go

See this annotation in the file changed.

@github-actions github-actions / Example Go Report

main_test.go.TestFailing

Failed
Raw output
main_test.go:12: failing test

Check failure on line 7 in integration-tests/go/utils/string_test.go

See this annotation in the file changed.

@github-actions github-actions / Example Go Report

string_test.go.TestFailing

Failed
Raw output
string_test.go:7: 
        	Error Trace:	/home/runner/work/action-surefire-report/action-surefire-report/integration-tests/go/utils/string_test.go:7
        	Error:      	Not equal: 
        	            	expected: "1"
        	            	actual  : "2"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-1
        	            	+2
        	Test:       	TestFailing