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:
|
jobs:
|
||||||
acc-test:
|
acc-test:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 10
|
timeout-minutes: 15
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,6 @@
|
||||||
"matchUpdateTypes": ["digest"],
|
"matchUpdateTypes": ["digest"],
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"ignorePaths": ["**/testdata/**"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue