Skip to content

Commit

Permalink
revert ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GOODBOY008 committed Sep 20, 2023
1 parent b7325f9 commit 04368f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runners.Parameterized;
import org.slf4j.Logger;
Expand Down Expand Up @@ -74,6 +75,7 @@ public static List<Object[]> parameters() {
return params;
}

@Rule
private static MSSQLServerContainer sqlServer =
new MSSQLServerContainer<>(MSSQL_SERVER_IMAGE)
.withPassword("Password!")
Expand Down

0 comments on commit 04368f1

Please sign in to comment.