We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0939a61 commit db20964Copy full SHA for db20964
.github/workflows/integration-per-language.yml
@@ -376,7 +376,7 @@ jobs:
376
run: |
377
mkdir -p test/temp
378
./draft --dry-run --dry-run-file test/temp/dry-run.json \
379
- create -c ./test/integration/$lang/manifest.yaml \
+ create -c ./test/integration/${{inputs.language}}/manifest.yaml \
380
-d ./langtest/ --skip-file-detection
381
- name: Validate JSON
382
0 commit comments