Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-96 committed Sep 15, 2023
1 parent bed82dd commit 77dd2d0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
dotnet-version: [ '3.1.x', '', '6.x', '7.x', '8.x' ]

steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -51,10 +47,11 @@ jobs:
dotnet-version: 8.x

- name: Build
run: dotnet pack AltwalkerExecutor
run: |
dotnet pack AltwalkerExecutor
- name: Run tests
run:
run: |
dotnet restore AltwalkerExecutor.Tests/AltwalkerExecutor.Tests.csproj
dotnet build AltwalkerExecutor.Tests/AltwalkerExecutor.Tests.csproj
dotnet test AltwalkerExecutor.Tests/AltwalkerExecutor.Tests.csproj
Expand Down

0 comments on commit 77dd2d0

Please sign in to comment.