Skip to content

Commit 4ed21d4

Browse files
committed
fix workflow jobs
Signed-off-by: Takuya Iwatsuka <[email protected]>
1 parent ac2e017 commit 4ed21d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/1-pr.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ jobs:
123123

124124
- name: Generate Open API
125125
run: dotnet tool run swagger tofile --output ./wwwroot/api/v1/swagger.yaml --yaml ${{ env.DLL_FILE_PATH }} v1
126+
env:
127+
DOTNET_ROLL_FORWARD: LatestMajor
126128
working-directory: ./src/CarbonAware.WebApi/src
127129

128130
- name: Upload swagger artifact
@@ -144,7 +146,7 @@ jobs:
144146

145147
- name: Docker Run Container
146148
run: |
147-
docker run -d --name runnable-container -p 8080:80 ca-api
149+
docker run -d --name runnable-container -p 8080:8080 ca-api
148150
docker container ls
149151
150152
- name: Docker WGET Health Endpoint

0 commit comments

Comments
 (0)