test: run integration-cli tests on ubuntu 20.04 and 22.04
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
This commit is contained in:
parent
fb042666c7
commit
5257610608
1 changed files with 4 additions and 1 deletions
5
.github/workflows/.test.yml
vendored
5
.github/workflows/.test.yml
vendored
|
@ -331,7 +331,7 @@ jobs:
|
|||
echo ${{ steps.tests.outputs.matrix }}
|
||||
|
||||
integration-cli:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: ${{ github.event_name != 'pull_request' }}
|
||||
timeout-minutes: 120
|
||||
needs:
|
||||
|
@ -339,6 +339,9 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
test: ${{ fromJson(needs.integration-cli-prepare.outputs.matrix) }}
|
||||
steps:
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue