diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22c7071..a7960a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,8 +40,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup - - uses: google-github-actions/auth@v2 - with: - credentials_json: "${{ secrets.GOOGLE_CREDENTIALS }}" - run: sbt jacoco - uses: codecov/codecov-action@v5 diff --git a/.github/workflows/flex-templates.yml b/.github/workflows/flex-templates.yml index 143eed4..bcb3db2 100644 --- a/.github/workflows/flex-templates.yml +++ b/.github/workflows/flex-templates.yml @@ -2,9 +2,9 @@ name: Build flex templates on: workflow_dispatch: ~ - push: - branches: - - main +# push: +# branches: +# - main jobs: assembly: diff --git a/.github/workflows/tf-apply.yml b/.github/workflows/tf-apply.yml index 8576540..b99acbb 100644 --- a/.github/workflows/tf-apply.yml +++ b/.github/workflows/tf-apply.yml @@ -2,9 +2,9 @@ name: Terraform apply on: workflow_dispatch: ~ - push: - branches: - - main +# push: +# branches: +# - main permissions: contents: read diff --git a/.github/workflows/tf-plan.yml b/.github/workflows/tf-plan.yml index c244b41..71b935d 100644 --- a/.github/workflows/tf-plan.yml +++ b/.github/workflows/tf-plan.yml @@ -2,7 +2,7 @@ name: Terraform plan on: workflow_dispatch: ~ - pull_request: ~ +# pull_request: ~ permissions: contents: read diff --git a/build.sbt b/build.sbt index a53509b..41157d7 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbt._ import Dependencies._ import Settings._ -addCommandAlias("check", "clean; scalafixAll; scalafmtAll; scapegoat; testOnly -- -l org.scalatest.tags.Slow") +addCommandAlias("check", "clean; scalafixAll; scalafmtAll; scapegoat; test") lazy val root = (project in file(".")) .settings( diff --git a/project/Settings.scala b/project/Settings.scala index 0524a18..dc30fcc 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -40,6 +40,8 @@ object Settings { updateOptions := updateOptions.value.withCachedResolution(true), // required by beam-runners-google-cloud-dataflow-java resolvers += "confluent" at "https://packages.confluent.io/maven/", + // disable integration tests by default + Test / testOptions += Tests.Argument("-l", "org.scalatest.tags.Slow"), // use jcl-over-slf4j bridge instead of common-logging excludeDependencies += "commons-logging" % "commons-logging", // pin jackson