We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81a063 commit be3f7d5Copy full SHA for be3f7d5
.github/workflows/bazel-ci.yml
@@ -20,11 +20,6 @@ jobs:
20
sudo apt-get install -y locales
21
sudo locale-gen de_DE.UTF-8 # used by SerializerTest
22
23
- - name: Install telegraf on Ubuntu
24
- if: runner.os == 'Linux'
25
- run: |
26
- sudo apt-get install -y telegraf
27
-
28
- name: Install telegraf on macOS
29
if: runner.os == 'macOS'
30
run: brew install telegraf
@@ -44,5 +39,5 @@ jobs:
44
39
run: bazel test --test_output=all //...
45
40
46
41
- name: Scraping Test
47
- if: runner.os != 'Windows'
42
+ if: runner.os == 'macOS'
48
43
run: bazel test --test_output=all //pull/tests/integration:scrape-test
0 commit comments