Skip to content

Commit

Permalink
Change to work with Github Actions (#29)
Browse files Browse the repository at this point in the history
* Change to work with Github Actions

* Print info this change shouldn't be merged

* Undo change that shouldn't be merged
  • Loading branch information
PotatoPeeler3000 authored Nov 13, 2024
1 parent 4a53f19 commit ef66b1f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import static org.junit.jupiter.api.Assertions.*;

@Tag("robot-data-logger-2")
public class ClientImplementationTest
{
private static final double dt = 0.001;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

import static org.junit.jupiter.api.Assertions.*;

@Tag("robot-data-logger-2")
public class ServerClientConnectionTest
{
boolean CHANGEDVARIABLES = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;

@Tag("robot-data-logger-2")
public class ServerImplementationTest
{
private static final double dt = 0.001;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import io.netty.buffer.Unpooled;
import io.netty.util.CharsetUtil;

@Tag("robot-data-logger-2")
public class DataServerCommandTest
{
@Test
Expand Down

0 comments on commit ef66b1f

Please sign in to comment.