refactor: e2e test ensure conftest command to check conftest version is greater or equal to specific version (#2812)

This commit is contained in:
Ken Kaizu
2022-12-18 18:31:40 +09:00
committed by GitHub
parent b6f372416f
commit 063bbb93c9
4 changed files with 8 additions and 8 deletions

View File

@@ -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