Skip to content

Commit be3f7d5

Browse files
committed
build(bazel): run scrape test only on macOS
1 parent d81a063 commit be3f7d5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/bazel-ci.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
sudo apt-get install -y locales
2121
sudo locale-gen de_DE.UTF-8 # used by SerializerTest
2222
23-
- name: Install telegraf on Ubuntu
24-
if: runner.os == 'Linux'
25-
run: |
26-
sudo apt-get install -y telegraf
27-
2823
- name: Install telegraf on macOS
2924
if: runner.os == 'macOS'
3025
run: brew install telegraf
@@ -44,5 +39,5 @@ jobs:
4439
run: bazel test --test_output=all //...
4540

4641
- name: Scraping Test
47-
if: runner.os != 'Windows'
42+
if: runner.os == 'macOS'
4843
run: bazel test --test_output=all //pull/tests/integration:scrape-test

0 commit comments

Comments
 (0)