Skip to content

Commit

Permalink
reverted unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Apr 10, 2024
1 parent 7808d04 commit 9db1c0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
needs: [setup]
strategy:
matrix:
liquibase-support-level: [Foundational ] # Define the different test levels to run
liquibase-support-level: [Foundational, Contributed ] # Define the different test levels to run
fail-fast: false # Set fail-fast to false to run all test levels even if some of them fail
env:
github-token: ${{ secrets.LIQUIBOT_PAT_GPM_ACCESS }}
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/liquibase-biqquery.iml
/.idea/
/target/
/build
derby.log
liquibase-bigquery.iml
src/test/java/BigqueryIT.java
Expand Down
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
<liquibase.version>4.27.0</liquibase.version>
<spock-core.version>1.3-groovy-2.4</spock-core.version>
<spock-reports.version>1.8.0</spock-reports.version>
<groovy-all.version>2.4.17</groovy-all.version>
<junit-platform.version>1.10.0</junit-platform.version>
<groovy-all.version>2.4.21</groovy-all.version>
<sonar.tests>src/test/groovy</sonar.tests>
</properties>

Expand Down Expand Up @@ -80,12 +79,6 @@
<artifactId>google-http-client</artifactId>
<version>1.43.3</version>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>${spock-core.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-jackson2</artifactId>
Expand All @@ -110,13 +103,6 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<version>3.2.3</version>
</dependency>
</dependencies>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<reportFormat>plain</reportFormat>
Expand Down

0 comments on commit 9db1c0a

Please sign in to comment.