We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e8191 commit 547a295Copy full SHA for 547a295
1 file changed
.github/scripts/run-oats-tests.sh
@@ -6,6 +6,10 @@ pushd logging-k8s-stdout-otlp-json
6
../gradlew assemble
7
popd
8
9
+pushd javaagent-declarative-configuration
10
+../gradlew build
11
+popd
12
+
13
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
14
15
go install github.com/grafana/oats@v0.3.1
0 commit comments