Skip to content

Commit

Permalink
Case
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed Jun 3, 2024
1 parent 5707eec commit d6a1b21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests-azuread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '.github/workflows/*azuread.*'

env:
scenario: standalone-azuread.json
SCENARIO: standalone-azuread.json
TF_VERSION: "1.8.4"
TF_LINT_VERSION: "v0.50.3"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '.github/workflows/*compute.*'

env:
scenario: standalone-compute.json
SCENARIO: standalone-compute.json
TF_VERSION: "1.8.4"
TF_LINT_VERSION: "v0.50.3"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests-dataplat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- '.github/workflows/*dataplat.*'

env:
scenario: standalone-dataplat.json
SCENARIO: standalone-dataplat.json
TF_VERSION: "1.8.4"
TF_LINT_VERSION: "v0.50.3"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests-networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '.github/workflows/*networking.*'

env:
scenario: standalone-networking.json
SCENARIO: standalone-networking.json
TF_VERSION: "1.8.4"
TF_LINT_VERSION: "v0.50.3"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests-scenarios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
types: [opened, synchronize, reopened]

env:
scenario: standalone-scenarios.json
SCENARIO: standalone-scenarios.json
TF_VERSION: "1.8.4"
TF_LINT_VERSION: "v0.50.3"

Expand Down

0 comments on commit d6a1b21

Please sign in to comment.