Skip to content

Commit 21f5c3c

Browse files
committed
Updated Build Pipeline (#6831)
1 parent c79dceb commit 21f5c3c

File tree

3 files changed

+2
-70
lines changed

3 files changed

+2
-70
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ jobs:
7474
- uses: actions/checkout@v2
7575
name: Check out the code
7676

77-
- name: Install Node.js
78-
uses: actions/setup-node@v2
79-
with:
80-
node-version: '16.x'
81-
cache: 'yarn'
82-
cache-dependency-path: 'website/yarn.lock'
83-
8477
- name: Install cspell
8578
run: npm install -g cspell
8679

@@ -96,13 +89,6 @@ jobs:
9689
- name: Checkout Repository
9790
uses: actions/checkout@v2
9891

99-
- name: Install Node.js
100-
uses: actions/setup-node@v2
101-
with:
102-
node-version: '14.x'
103-
cache: 'yarn'
104-
cache-dependency-path: 'website/yarn.lock'
105-
10692
- name: Cache Yarn Packages
10793
uses: actions/cache@v3
10894
with:
@@ -134,13 +120,6 @@ jobs:
134120
- name: Checkout to repository
135121
uses: actions/checkout@v3
136122

137-
- name: Install .NET
138-
uses: actions/setup-dotnet@v3
139-
with:
140-
dotnet-version: |
141-
7.x
142-
8.x
143-
144123
- name: Generate Test Matrix
145124
run: dotnet run --project ./.build -- GenerateMatrix
146125

@@ -162,14 +141,6 @@ jobs:
162141
- name: Checkout repository
163142
uses: actions/checkout@v2
164143

165-
- name: Install .NET
166-
uses: actions/setup-dotnet@v3
167-
with:
168-
dotnet-version: |
169-
6.x
170-
7.x
171-
8.x
172-
173144
- uses: actions/cache@v3
174145
with:
175146
path: ~/.nuget/packages
@@ -277,7 +248,7 @@ jobs:
277248
278249
codeql:
279250
name: CodeQL
280-
runs-on: self-ubuntu
251+
runs-on: ubuntu-latest
281252
needs: check-changes
282253
if: needs.check-changes.outputs.src_changes == 'true'
283254

@@ -290,14 +261,6 @@ jobs:
290261
- name: Checkout repository
291262
uses: actions/checkout@v2
292263

293-
- name: Install .NET
294-
uses: actions/setup-dotnet@v3
295-
with:
296-
dotnet-version: |
297-
6.x
298-
7.x
299-
8.x
300-
301264
- uses: actions/cache@v3
302265
with:
303266
path: ~/.nuget/packages
@@ -328,15 +291,6 @@ jobs:
328291
- name: Checkout repository
329292
uses: actions/checkout@v2
330293

331-
- name: Install .NET
332-
if: ${{ !cancelled() }}
333-
uses: actions/setup-dotnet@v3
334-
with:
335-
dotnet-version: |
336-
6.x
337-
7.x
338-
8.x
339-
340294
- uses: actions/cache@v3
341295
if: ${{ !cancelled() }}
342296
with:

.github/workflows/coverage.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ jobs:
2323
- name: Checkout to repository
2424
uses: actions/checkout@v3
2525

26-
- name: Install .NET
27-
uses: actions/setup-dotnet@v3
28-
with:
29-
dotnet-version: |
30-
7.x
31-
8.x
32-
3326
- name: Generate Test Matrix
3427
run: dotnet run --project ./.build -- GenerateMatrix
3528

@@ -50,14 +43,6 @@ jobs:
5043
- name: Checkout repository
5144
uses: actions/checkout@v2
5245

53-
- name: Install .NET
54-
uses: actions/setup-dotnet@v3
55-
with:
56-
dotnet-version: |
57-
6.x
58-
7.x
59-
8.x
60-
6146
- uses: actions/cache@v3
6247
with:
6348
path: ~/.nuget/packages
@@ -120,14 +105,6 @@ jobs:
120105
- name: Checkout repository
121106
uses: actions/checkout@v2
122107

123-
- name: Install .NET
124-
uses: actions/setup-dotnet@v3
125-
with:
126-
dotnet-version: |
127-
6.x
128-
7.x
129-
8.x
130-
131108
- uses: actions/cache@v3
132109
if: ${{ !cancelled() }}
133110
with:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ jobs:
5959
done
6060
env:
6161
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62+

0 commit comments

Comments
 (0)