mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-08 02:38:34 +00:00
refactor: e2e test ensure conftest command to check conftest version is greater or equal to specific version (#2812)
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
if: github.event.pull_request.draft == false
|
||||
name: runner / gotest
|
||||
runs-on: ubuntu-22.04
|
||||
container: ghcr.io/runatlantis/testing-env:2022.11.17
|
||||
container: ghcr.io/runatlantis/testing-env:2022.12.17
|
||||
steps:
|
||||
- uses: actions/checkout@v3.0.2
|
||||
- run: make test-all
|
||||
|
||||
Reference in New Issue
Block a user