Skip to content

Commit f7ec6e7

Browse files
committed
test change to message, show the container log
1 parent 9b70a64 commit f7ec6e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/mycompany/app/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
public class App {
77

8-
private static final String MESSAGE = "Hello World from Github Actions 2!";
8+
private static final String MESSAGE = "Hello World from Github Actions 3!";
99

1010
public App() {}
1111

src/test/java/com/mycompany/app/AppTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ public void testAppConstructor() {
2020
public void testAppMessage()
2121
{
2222
App app = new App();
23-
assertEquals("Hello World from Github Actions 2!", app.getMessage());
23+
assertEquals("Hello World from Github Actions 3!", app.getMessage());
2424
}
2525
}

0 commit comments

Comments
 (0)