Skip to content

Commit

Permalink
v1.12.3
Browse files Browse the repository at this point in the history
- Taxonomy query support
- Early Access Feature Support
  • Loading branch information
ishaileshmishra committed Dec 15, 2023
1 parent 5af4976 commit 74b6813
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/com/contentstack/sdk/TestAsset.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ private void envChecker() {
String githubActions = System.getenv("GITHUB_ACTIONS");
if (githubActions != null && githubActions.equals("true")) {
System.out.println("Tests are running in GitHub Actions environment.");
String mySecretKey = System.getenv("API_KEY");
System.out.println("My Secret Key: " + mySecretKey);
} else {
System.out.println("Tests are running in a local environment.");
}
Expand Down

0 comments on commit 74b6813

Please sign in to comment.