Skip to content

Commit 5dad46d

Browse files
committed
Update CI workflows: enable push trigger, modify test options, and remove unused Terraform workflows
1 parent 1da49e1 commit 5dad46d

6 files changed

Lines changed: 3 additions & 73 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI
33
on:
44
workflow_dispatch: ~
55
pull_request: ~
6+
push: ~
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.ref }}
@@ -40,5 +41,5 @@ jobs:
4041
steps:
4142
- uses: actions/checkout@v4
4243
- uses: ./.github/actions/setup
43-
- run: sbt jacoco
44+
- run: sbt 'set Global / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-l", "org.scalatest.tags.Slow")' jacoco
4445
- uses: codecov/codecov-action@v5

.github/workflows/flex-templates.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Build flex templates
22

33
on:
44
workflow_dispatch: ~
5-
# push:
6-
# branches:
7-
# - main
85

96
jobs:
107
assembly:

.github/workflows/tf-apply.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/tf-plan.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

project/Settings.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ object Settings {
4040
updateOptions := updateOptions.value.withCachedResolution(true),
4141
// required by beam-runners-google-cloud-dataflow-java
4242
resolvers += "confluent" at "https://packages.confluent.io/maven/",
43-
// disable integration tests by default
44-
Test / testOptions += Tests.Argument("-l", "org.scalatest.tags.Slow"),
4543
// use jcl-over-slf4j bridge instead of common-logging
4644
excludeDependencies += "commons-logging" % "commons-logging",
4745
// pin jackson
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sbt.version=1.11.2

0 commit comments

Comments
 (0)