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

ci: Try to work around check summaries appearing under "Lints & Formatting" workflow #107

Closed
wants to merge 3 commits into from

see if one option is enough

9b5b7a3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

ci: Try to work around check summaries appearing under "Lints & Formatting" workflow #107

see if one option is enough
9b5b7a3
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed Apr 20, 2024 in 0s

3 tests run, 2 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 81 in SmokeTest

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

SmokeTest.emulatorRunsASwf

junit.framework.AssertionFailedError:
Expected: <[Hello from Ruffle!]>
Raw output
junit.framework.AssertionFailedError:
Expected: <[Hello from Ruffle!]>
Got: was <[Hello from Flash!]>

at androidx.test.espresso.matcher.ViewMatchers.assertThat(ViewMatchers.java:16)
at androidx.test.espresso.matcher.ViewMatchers.assertThat(ViewMatchers.java:1)
at rs.ruffle.SmokeTest.emulatorRunsASwf(SmokeTest.kt:81)