Skip to content

Commit d1e36c4

Browse files
florianlgnurizen
authored andcommitted
CI: fix script path (open-telemetry#660)
1 parent c72996e commit d1e36c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/collector-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git clone --depth=1 https://github.com/open-telemetry/opentelemetry-collector.git $collector_path
3838
- name: Setup replace statement
3939
run: |
40-
COLLECTOR_PATH=/tmp/opentelemetry-collector ./scripts/local-collector
40+
COLLECTOR_PATH=/tmp/opentelemetry-collector ./scripts/local-collector.sh
4141
go mod tidy
4242
- name: Tests
4343
run: make test-junit

0 commit comments

Comments
 (0)