Merge 0be2339831fe3a3335bc804bffd7801008b799b5 into 4ab4bf4188903d58e… #12
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |