Skip to content

Commit ff683f9

Browse files
author
Petr Sramek
committed
oasdhw
1 parent bd50534 commit ff683f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
test:
3232
name: Test with MsTest
3333
needs: [build]
34-
3534
runs-on: ubuntu-latest
36-
3735
steps:
3836
- uses: actions/checkout@v3
3937
- name: Setup .NET 9
@@ -51,6 +49,7 @@ jobs:
5149
5250
pack:
5351
name: Pack with .NET 9
52+
needs: [test]
5453
runs-on: ubuntu-latest
5554
steps:
5655
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)