Skip to content

Commit

Permalink
Enable integration tests for the builder (open-telemetry#4316)
Browse files Browse the repository at this point in the history
* Enable integration tests for the builder

Fixes open-telemetry#4315

Signed-off-by: Juraci Paixão Kröhling <[email protected]>

* Fix builder integration test workflow

Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored Nov 1, 2021
1 parent 1636b2e commit 5c92150
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 92 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Integration tests
name: Builder - Integration tests

on:
push:
branches: [ main ]
paths:
- 'cmd/builder/**'
pull_request:
branches: [ main ]
paths:
- 'cmd/builder/**'

jobs:
integration-test:
Expand All @@ -21,4 +25,4 @@ jobs:
uses: actions/checkout@v2

- name: Test
run: ./test/test.sh
run: cd ./cmd/builder && ./test/test.sh
15 changes: 0 additions & 15 deletions cmd/builder/.github/CODEOWNERS

This file was deleted.

19 changes: 0 additions & 19 deletions cmd/builder/.github/mergify.yml

This file was deleted.

56 changes: 0 additions & 56 deletions cmd/builder/.github/workflows/go.yaml

This file was deleted.

0 comments on commit 5c92150

Please sign in to comment.