Skip to content

Commit b4dc9f4

Browse files
authored
Reenable unit tests on master and X.Y.Z (#2872)
1 parent d3eb360 commit b4dc9f4

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.github/workflows/hvd-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
name: Run Horovod tests
22
on:
3+
push:
4+
branches:
5+
- master
6+
- "*.*.*"
7+
paths:
8+
- "ignite/**"
9+
- "tests/ignite/**"
10+
- "tests/run_cpu_tests.sh"
11+
- ".github/workflows/hvd-tests.yml"
312
pull_request:
413
paths:
514
- "ignite/**"

.github/workflows/tpu-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
name: Run TPU tests
22
on:
3+
push:
4+
branches:
5+
- master
6+
- "*.*.*"
7+
paths:
8+
- "ignite/**"
9+
- "tests/ignite/**"
10+
- "tests/run_tpu_tests.sh"
11+
- ".github/workflows/tpu-tests.yml"
312
pull_request:
413
paths:
514
- "ignite/**"

.github/workflows/unit-tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
name: Run unit tests
22
on:
3+
push:
4+
branches:
5+
- master
6+
- "*.*.*"
7+
paths:
8+
- "ignite/**"
9+
- "tests/ignite/**"
10+
- "tests/run_cpu_tests.sh"
11+
- "tests/run_code_style.sh"
12+
- "examples/**.py"
13+
- "requirements-dev.txt"
14+
- ".github/workflows/unit-tests.yml"
315
pull_request:
416
paths:
517
- "ignite/**"

0 commit comments

Comments
 (0)