We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a98321 commit 12b7d22Copy full SHA for 12b7d22
.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
unit-test:
46
name: Unit test charm
47
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
48
timeout-minutes: 25 # TODO: reduce to 5 minutes
49
steps:
50
- name: Checkout
@@ -58,7 +58,7 @@ jobs:
58
59
terraform-lint:
60
name: Terraform - Lint
61
62
timeout-minutes: 10
63
64
- name: Checkout repo
@@ -85,7 +85,7 @@ jobs:
85
name: Terraform - Run terraform tests
86
needs:
87
- terraform-lint
88
89
timeout-minutes: 120
90
strategy:
91
matrix:
0 commit comments