Skip to content

Commit 231839a

Browse files
committed
update unit tests
1 parent aa504ca commit 231839a

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ jobs:
99
unit-tests:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v2
14-
15-
- name: Install .NET 6.0.x
16-
uses: actions/setup-dotnet@v1
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-dotnet@v4
1714
with:
18-
dotnet-version: "6.0.x"
15+
dotnet-version: |
16+
6.0.x
17+
8.0.x
1918
2019
- name: Restore Packages
2120
run: dotnet restore
@@ -26,4 +25,4 @@ jobs:
2625
docker-compose up --detach
2726
2827
- name: Run Unit Tests
29-
run: dotnet test
28+
run: dotnet test

0 commit comments

Comments
 (0)