Skip to content

Commit 53e45e2

Browse files
Update build-and-test.yml (#26)
* Update build-and-test.yml * Update deploy.yml
1 parent dcc891b commit 53e45e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-dotnet@v3
2525
with:
2626
dotnet-version: |
27-
6.x
27+
7.x
2828
- name: Restore dependencies
2929
run: dotnet restore
3030
- name: Build

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-dotnet@v3
2121
with:
2222
dotnet-version: |
23-
6.x
23+
7.x
2424
- name: Restore dependencies
2525
run: dotnet restore
2626
- name: Set Version
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build
3939
run: dotnet build -p:Version=${{ env.buildVersion }} -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
4040
- name: Test
41-
run: dotnet test --no-build --configuration Release --verbosity normal
41+
run: dotnet test --filter FullyQualifiedName!~Selenate.Examples --no-build --configuration Release --verbosity normal
4242
- name: Pack
4343
if: startsWith(github.ref, 'refs/tags/v')
4444
run: dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{github.workspace}}/IntelliTect.SelenatePack --no-build

0 commit comments

Comments
 (0)