Skip to content

Commit 198a0ef

Browse files
committed
verbose on manifest output
1 parent 220eb3d commit 198a0ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-per-language.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
- name: Execute Dry Run with variables passed through flag
386386
run: |
387387
mkdir -p test/temp
388-
./draft --dry-run --dry-run-file test/temp/dry-run.json \
388+
./draft -v --dry-run --dry-run-file test/temp/dry-run.json \
389389
create \
390390
-d ./langtest/ \
391391
-l ${{inputs.language}} \
@@ -395,7 +395,7 @@ jobs:
395395
--variable APPNAME=testingCreateCommand \
396396
--variable VERSION=1.11 \
397397
--variable BUILDERVERSION=1.11 \
398-
--variable SERVICEPORT=8080 \
398+
--variable SERVICEPORT=80 \
399399
--variable NAMESPACE=testNamespace \
400400
--variable IMAGENAME=testImage \
401401
--variable IMAGETAG=latest \

0 commit comments

Comments
 (0)