Skip to content

Commit

Permalink
Modify test file to force workflow to build and test DO NOT MERGEgit …
Browse files Browse the repository at this point in the history
…add .git add .
  • Loading branch information
stevenwinship committed Nov 1, 2024
1 parent c094c8a commit 12c1597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/edu/harvard/iq/dataverse/api/DatasetsIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ public class DatasetsIT {

@BeforeAll
public static void setUpClass() {

// !!!!!!!! DO NOT CHECK THIS FILE IN
logger.warning(">>>>>>>>>>> Just a line change to force GitHub actions to build and test Dataverse !!!!!!!");

RestAssured.baseURI = UtilIT.getRestAssuredBaseUri();

Expand Down

0 comments on commit 12c1597

Please sign in to comment.