We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b170f1 commit 4873273Copy full SHA for 4873273
.github/workflows/tests-integration.yml
@@ -20,16 +20,16 @@ on:
20
type: string
21
default: "8"
22
lease_id:
23
- description: When running in a pre-provisioned environment if the user provides the lease-id the workflow will not try to claim a new one
+ description: Pre-provisioned environment lease-id to use in tests
24
required: false
25
26
run_unit_tests:
27
- description: allow users to skip running unit tests whe calling the workflow directly
+ description: Run unit tests
28
29
type: boolean
30
default: true
31
reinstall_cfd:
32
- description: When lease_id is provided the user can opt out of reinstalling CFD
+ description: Force re-installation of CFD
33
34
35
0 commit comments