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 ecbad98 commit 074e2ddCopy full SHA for 074e2dd
1 file changed
.github/workflows/integration.yml
@@ -39,10 +39,15 @@ jobs:
39
tests: >-
40
restore_fails_for_non_postgres_data
41
snapshot_job_fails_for_wrong_bucket
42
- minimum_ttl_prevents_premature_restore
43
namespaces: >-
44
test-non-pg-data
45
test-wrong-bucket
+ needs_non_pg_snapshot: true
46
+
47
+ - name: ttls
48
+ tests: >-
49
+ minimum_ttl_prevents_premature_restore
50
+ namespaces: >-
51
test-min-ttl
52
needs_non_pg_snapshot: true
53
0 commit comments