Commit 7c08cd9
authored
[ci] fix fail on no tests found if run with pytest_args (#3572)
### Changes
Set `set -e` to dont fail on pytest command, and run script forward to
suppress `no_test_found` return code if action runs with `pytest_args`
Disable "no file found" warning in upload step
### Reason for changes
https://github.com/openvinotoolkit/nncf/actions/runs/15164300318/job/42637948116
### Related tickets
168252
### Tests
https://github.com/openvinotoolkit/nncf/actions/runs/16051113240/job/45293751022?pr=35721 parent 1290c84 commit 7c08cd9
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments