Skip to content

Commit f735b16

Browse files
committed
Correct setting of fail to error
1 parent 4bf068b commit f735b16

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

.github/workflows/deploy-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
name: ${{ github.job }}-${{ matrix.wheel }}
5555
path: ./wheelhouse/*.whl
56-
if-no-files-found: fail
56+
if-no-files-found: error
5757
retention-days: 1
5858

5959
build-linux-py3:
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
name: ${{ github.job }}-${{ matrix.wheel }}
101101
path: ./wheelhouse/*.whl
102-
if-no-files-found: fail
102+
if-no-files-found: error
103103
retention-days: 1
104104

105105
build-sdist:
@@ -132,7 +132,7 @@ jobs:
132132
path: |
133133
./dist/*.tar.gz
134134
./dist/*.tar.gz.md5
135-
if-no-files-found: fail
135+
if-no-files-found: error
136136
retention-days: 1
137137

138138
deploy:

.github/workflows/tests.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
name: coverage-${{ github.job }}-${{ strategy.job-index }}
163163
path: ./**/.coverage.*
164164
include-hidden-files: true
165-
if-no-files-found: fail
165+
if-no-files-found: error
166166
retention-days: 1
167167

168168
grpc:
@@ -213,7 +213,7 @@ jobs:
213213
name: coverage-${{ github.job }}-${{ strategy.job-index }}
214214
path: ./**/.coverage.*
215215
include-hidden-files: true
216-
if-no-files-found: fail
216+
if-no-files-found: error
217217
retention-days: 1
218218

219219
nginx:
@@ -278,7 +278,7 @@ jobs:
278278
name: coverage-${{ github.job }}-${{ strategy.job-index }}
279279
path: ./**/.coverage.*
280280
include-hidden-files: true
281-
if-no-files-found: fail
281+
if-no-files-found: error
282282
retention-days: 1
283283

284284
postgres16:
@@ -344,7 +344,7 @@ jobs:
344344
name: coverage-${{ github.job }}-${{ strategy.job-index }}
345345
path: ./**/.coverage.*
346346
include-hidden-files: true
347-
if-no-files-found: fail
347+
if-no-files-found: error
348348
retention-days: 1
349349

350350
postgres9:
@@ -410,7 +410,7 @@ jobs:
410410
name: coverage-${{ github.job }}-${{ strategy.job-index }}
411411
path: ./**/.coverage.*
412412
include-hidden-files: true
413-
if-no-files-found: fail
413+
if-no-files-found: error
414414
retention-days: 1
415415

416416
mssql:
@@ -479,7 +479,7 @@ jobs:
479479
name: coverage-${{ github.job }}-${{ strategy.job-index }}
480480
path: ./**/.coverage.*
481481
include-hidden-files: true
482-
if-no-files-found: fail
482+
if-no-files-found: error
483483
retention-days: 1
484484

485485
mysql:
@@ -548,7 +548,7 @@ jobs:
548548
name: coverage-${{ github.job }}-${{ strategy.job-index }}
549549
path: ./**/.coverage.*
550550
include-hidden-files: true
551-
if-no-files-found: fail
551+
if-no-files-found: error
552552
retention-days: 1
553553

554554
rediscluster:
@@ -653,7 +653,7 @@ jobs:
653653
name: coverage-${{ github.job }}-${{ strategy.job-index }}
654654
path: ./**/.coverage.*
655655
include-hidden-files: true
656-
if-no-files-found: fail
656+
if-no-files-found: error
657657
retention-days: 1
658658

659659
redis:
@@ -717,7 +717,7 @@ jobs:
717717
name: coverage-${{ github.job }}-${{ strategy.job-index }}
718718
path: ./**/.coverage.*
719719
include-hidden-files: true
720-
if-no-files-found: fail
720+
if-no-files-found: error
721721
retention-days: 1
722722

723723
solr:
@@ -783,7 +783,7 @@ jobs:
783783
name: coverage-${{ github.job }}-${{ strategy.job-index }}
784784
path: ./**/.coverage.*
785785
include-hidden-files: true
786-
if-no-files-found: fail
786+
if-no-files-found: error
787787
retention-days: 1
788788

789789
memcached:
@@ -847,7 +847,7 @@ jobs:
847847
name: coverage-${{ github.job }}-${{ strategy.job-index }}
848848
path: ./**/.coverage.*
849849
include-hidden-files: true
850-
if-no-files-found: fail
850+
if-no-files-found: error
851851
retention-days: 1
852852

853853
rabbitmq:
@@ -912,7 +912,7 @@ jobs:
912912
name: coverage-${{ github.job }}-${{ strategy.job-index }}
913913
path: ./**/.coverage.*
914914
include-hidden-files: true
915-
if-no-files-found: fail
915+
if-no-files-found: error
916916
retention-days: 1
917917

918918
kafka:
@@ -988,7 +988,7 @@ jobs:
988988
name: coverage-${{ github.job }}-${{ strategy.job-index }}
989989
path: ./**/.coverage.*
990990
include-hidden-files: true
991-
if-no-files-found: fail
991+
if-no-files-found: error
992992
retention-days: 1
993993

994994
mongodb3:
@@ -1052,7 +1052,7 @@ jobs:
10521052
name: coverage-${{ github.job }}-${{ strategy.job-index }}
10531053
path: ./**/.coverage.*
10541054
include-hidden-files: true
1055-
if-no-files-found: fail
1055+
if-no-files-found: error
10561056
retention-days: 1
10571057

10581058
mongodb8:
@@ -1116,7 +1116,7 @@ jobs:
11161116
name: coverage-${{ github.job }}-${{ strategy.job-index }}
11171117
path: ./**/.coverage.*
11181118
include-hidden-files: true
1119-
if-no-files-found: fail
1119+
if-no-files-found: error
11201120
retention-days: 1
11211121

11221122
cassandra:
@@ -1185,7 +1185,7 @@ jobs:
11851185
name: coverage-${{ github.job }}-${{ strategy.job-index }}
11861186
path: ./**/.coverage.*
11871187
include-hidden-files: true
1188-
if-no-files-found: fail
1188+
if-no-files-found: error
11891189
retention-days: 1
11901190

11911191
elasticsearchserver07:
@@ -1251,7 +1251,7 @@ jobs:
12511251
name: coverage-${{ github.job }}-${{ strategy.job-index }}
12521252
path: ./**/.coverage.*
12531253
include-hidden-files: true
1254-
if-no-files-found: fail
1254+
if-no-files-found: error
12551255
retention-days: 1
12561256

12571257
elasticsearchserver08:
@@ -1318,7 +1318,7 @@ jobs:
13181318
name: coverage-${{ github.job }}-${{ strategy.job-index }}
13191319
path: ./**/.coverage.*
13201320
include-hidden-files: true
1321-
if-no-files-found: fail
1321+
if-no-files-found: error
13221322
retention-days: 1
13231323

13241324
firestore:
@@ -1389,7 +1389,7 @@ jobs:
13891389
name: coverage-${{ github.job }}-${{ strategy.job-index }}
13901390
path: ./**/.coverage.*
13911391
include-hidden-files: true
1392-
if-no-files-found: fail
1392+
if-no-files-found: error
13931393
retention-days: 1
13941394

13951395
valkey:
@@ -1453,5 +1453,5 @@ jobs:
14531453
name: coverage-${{ github.job }}-${{ strategy.job-index }}
14541454
path: ./**/.coverage.*
14551455
include-hidden-files: true
1456-
if-no-files-found: fail
1456+
if-no-files-found: error
14571457
retention-days: 1

0 commit comments

Comments
 (0)