Skip to content

Commit

Permalink
Updated Build Pipeline (#6831)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Jan 26, 2024
1 parent c79dceb commit 21f5c3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 70 deletions.
48 changes: 1 addition & 47 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ jobs:
- uses: actions/checkout@v2
name: Check out the code

- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
cache: 'yarn'
cache-dependency-path: 'website/yarn.lock'

- name: Install cspell
run: npm install -g cspell

Expand All @@ -96,13 +89,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
cache: 'yarn'
cache-dependency-path: 'website/yarn.lock'

- name: Cache Yarn Packages
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -134,13 +120,6 @@ jobs:
- name: Checkout to repository
uses: actions/checkout@v3

- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
7.x
8.x
- name: Generate Test Matrix
run: dotnet run --project ./.build -- GenerateMatrix

Expand All @@ -162,14 +141,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.x
7.x
8.x
- uses: actions/cache@v3
with:
path: ~/.nuget/packages
Expand Down Expand Up @@ -277,7 +248,7 @@ jobs:
codeql:
name: CodeQL
runs-on: self-ubuntu
runs-on: ubuntu-latest
needs: check-changes
if: needs.check-changes.outputs.src_changes == 'true'

Expand All @@ -290,14 +261,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.x
7.x
8.x
- uses: actions/cache@v3
with:
path: ~/.nuget/packages
Expand Down Expand Up @@ -328,15 +291,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install .NET
if: ${{ !cancelled() }}
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.x
7.x
8.x
- uses: actions/cache@v3
if: ${{ !cancelled() }}
with:
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
- name: Checkout to repository
uses: actions/checkout@v3

- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
7.x
8.x
- name: Generate Test Matrix
run: dotnet run --project ./.build -- GenerateMatrix

Expand All @@ -50,14 +43,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.x
7.x
8.x
- uses: actions/cache@v3
with:
path: ~/.nuget/packages
Expand Down Expand Up @@ -120,14 +105,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.x
7.x
8.x
- uses: actions/cache@v3
if: ${{ !cancelled() }}
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ jobs:
done
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 21f5c3c

Please sign in to comment.