Skip to content

Commit 250d526

Browse files
authored
Allow CI failure for stable authentik version (#441)
This provider is usually targeting the next version of authentik, so CI is allowed to fail on the current version
2 parents 33e3f81 + b10da0e commit 250d526

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,17 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31+
allow_failure: [false]
3132
terraform:
3233
- "beta"
3334
- "rc"
3435
- "latest"
3536
authentik_version:
36-
- "stable"
3737
- "beta"
38+
include:
39+
- authentik_version: "stable"
40+
terraform: latest
41+
allow_failure: true
3842
steps:
3943
- uses: actions/checkout@v4
4044
- uses: actions/setup-go@v4

0 commit comments

Comments
 (0)