We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f05d15 commit 369e938Copy full SHA for 369e938
.github/workflows/ci.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
test:
9
uses: vojtechmares/dotnet-demo-api/.github/workflows/reusable-test.yml@main
10
+ with:
11
+ dotnet-version: '9.0.x'
12
13
docker-build:
14
needs: [test]
@@ -16,3 +18,5 @@ jobs:
16
18
needs: [docker-build]
17
19
if: ${{ contains(github.ref, 'release') }}
20
uses: vojtechmares/dotnet-demo-api/.github/workflows/reusable-deploy.yml@main
21
22
+ environment: fake
0 commit comments