Skip to content

Commit

Permalink
turning cache on
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipinofficial11 committed Apr 4, 2023
1 parent 5206c71 commit 35605a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,11 @@
<artifactId>selenium-http-jdk-client</artifactId>
<version>4.8.1</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
<version>4.5.3</version>
</dependency>
</dependencies>
</profile>
</profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public static void verifyIfRecordCreatedInSinkForMultipleObjectsAreCorrect(Strin
expectedOutput.add(line);
}
}
// Testing this branch on github Actions. cache turned off.
// Testing this branch on github Actions. cache turned off
List<String> bigQueryDatasetTables = new ArrayList<>();
TableResult tablesSchema = getTableNamesFromDataSet(dataset);
tablesSchema.iterateAll().forEach(value -> bigQueryDatasetTables.add(value.get(0).getValue().toString()));
Expand Down

0 comments on commit 35605a0

Please sign in to comment.