Skip to content

Commit 369e938

Browse files
committed
ci(ci): add missing inputs to test and deploy jobs
1 parent 7f05d15 commit 369e938

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
test:
99
uses: vojtechmares/dotnet-demo-api/.github/workflows/reusable-test.yml@main
10+
with:
11+
dotnet-version: '9.0.x'
1012

1113
docker-build:
1214
needs: [test]
@@ -16,3 +18,5 @@ jobs:
1618
needs: [docker-build]
1719
if: ${{ contains(github.ref, 'release') }}
1820
uses: vojtechmares/dotnet-demo-api/.github/workflows/reusable-deploy.yml@main
21+
with:
22+
environment: fake

0 commit comments

Comments
 (0)