File tree 1 file changed +19
-18
lines changed
1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change 1
- # Copyright The OpenTelemetry Authors
2
- # SPDX-License-Identifier: Apache-2.0
3
- name : Integration Tests
1
+ # # Copyright The OpenTelemetry Authors
2
+ # # SPDX-License-Identifier: Apache-2.0
3
+ # @lukekraus - commented this out for now due to failures reading from the registry. Need to rethink how to run these in CI
4
+ # name: Integration Tests
4
5
5
- on :
6
- pull_request_review :
7
- types :
8
- - submitted
6
+ # on:
7
+ # pull_request_review:
8
+ # types:
9
+ # - submitted
9
10
10
- jobs :
11
- run_tests :
12
- runs-on : ubuntu-latest
13
- name : " Run CI"
14
- if : github.event.review.state == 'APPROVED'
15
- steps :
16
- - name : check out code
17
- uses : actions/checkout@v4
18
- - name : run tracetesting
19
- run : |
20
- make build && make run-tracetesting
11
+ # jobs:
12
+ # run_tests:
13
+ # runs-on: ubuntu-latest
14
+ # name: "Run CI"
15
+ # if: github.event.review.state == 'APPROVED'
16
+ # steps:
17
+ # - name: check out code
18
+ # uses: actions/checkout@v4
19
+ # - name: run tracetesting
20
+ # run: |
21
+ # make build && make run-tracetesting
You can’t perform that action at this time.
0 commit comments