Skip to content

Commit 613c7d8

Browse files
committed
Regenerated test workflows
1 parent 7c890a3 commit 613c7d8

36 files changed

Lines changed: 36 additions & 36 deletions

.github/workflows/Lucene-Net-Tests-AllProjects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
dotnet-version: '9.0.x'
115115

116116
- name: Restore dependencies
117-
run: dotnet restore
117+
run: dotnet restore --no-cache --force
118118

119119
- name: Setup Environment Variables
120120
run: |

.github/workflows/Lucene-Net-Tests-Analysis-Common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
dotnet-version: '9.0.x'
9999

100100
- name: Restore dependencies
101-
run: dotnet restore
101+
run: dotnet restore --no-cache --force
102102

103103
- name: Setup Environment Variables
104104
run: |

.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
dotnet-version: '9.0.x'
9696

9797
- name: Restore dependencies
98-
run: dotnet restore
98+
run: dotnet restore --no-cache --force
9999

100100
- name: Setup Environment Variables
101101
run: |

.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
dotnet-version: '9.0.x'
9696

9797
- name: Restore dependencies
98-
run: dotnet restore
98+
run: dotnet restore --no-cache --force
9999

100100
- name: Setup Environment Variables
101101
run: |

.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
dotnet-version: '9.0.x'
9999

100100
- name: Restore dependencies
101-
run: dotnet restore
101+
run: dotnet restore --no-cache --force
102102

103103
- name: Setup Environment Variables
104104
run: |

.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
dotnet-version: '9.0.x'
9393

9494
- name: Restore dependencies
95-
run: dotnet restore
95+
run: dotnet restore --no-cache --force
9696

9797
- name: Setup Environment Variables
9898
run: |

.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
dotnet-version: '9.0.x'
9797

9898
- name: Restore dependencies
99-
run: dotnet restore
99+
run: dotnet restore --no-cache --force
100100

101101
- name: Setup Environment Variables
102102
run: |

.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
dotnet-version: '9.0.x'
9494

9595
- name: Restore dependencies
96-
run: dotnet restore
96+
run: dotnet restore --no-cache --force
9797

9898
- name: Setup Environment Variables
9999
run: |

.github/workflows/Lucene-Net-Tests-Benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
dotnet-version: '9.0.x'
106106

107107
- name: Restore dependencies
108-
run: dotnet restore
108+
run: dotnet restore --no-cache --force
109109

110110
- name: Setup Environment Variables
111111
run: |

.github/workflows/Lucene-Net-Tests-Classification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
dotnet-version: '9.0.x'
9494

9595
- name: Restore dependencies
96-
run: dotnet restore
96+
run: dotnet restore --no-cache --force
9797

9898
- name: Setup Environment Variables
9999
run: |

0 commit comments

Comments
 (0)