mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
fix(ci): Pipeline updates (#390)
* fix(ci): Increase github actions timeout to 15 min. * fix(ci): Add testdata to renovate ignorePaths.
This commit is contained in:
parent
e16813808c
commit
4284adb0ec
2 changed files with 3 additions and 2 deletions
2
.github/workflows/acc-test.yaml
vendored
2
.github/workflows/acc-test.yaml
vendored
|
|
@ -21,7 +21,7 @@ env:
|
|||
jobs:
|
||||
acc-test:
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 15
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
|
|
@ -15,5 +15,6 @@
|
|||
"matchUpdateTypes": ["digest"],
|
||||
"enabled": false,
|
||||
}
|
||||
]
|
||||
],
|
||||
"ignorePaths": ["**/testdata/**"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue