diff --git a/.github/workflows/test_otel.yaml b/.github/workflows/test_otel.yaml new file mode 100644 index 0000000000..a928b894a8 --- /dev/null +++ b/.github/workflows/test_otel.yaml @@ -0,0 +1,12 @@ +name: CI +on: [push] +jobs: + build: + runs-on: ["self-hosted", "linux", "amd64", "edge"] + steps: + - name: uname -a + run: uname -a + - name: otel-collector + run: sudo snap services opentelemetry-collector + - name: tmate + uses: canonical/action-tmate@main