We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffcf0e commit a9a4ed9Copy full SHA for a9a4ed9
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
strategy:
47
fail-fast: false
48
matrix:
49
- os: [ubuntu-24.04, ubuntu-24.04-arm]
+ os: [ubuntu-latest, ubuntu-24.04-arm]
50
container_engine: ['docker'] # TODO: add 'podman' into the list
51
compose_profiles: ['feature-complete', 'errors-only']
52
name: ${{ format('integration test{0}{1}{2}', matrix.os == 'ubuntu-24.04-arm' && ' (arm64)' || '', matrix.container_engine == 'podman' && ' (podman)' || '', matrix.compose_profiles == 'errors-only' && ' (errors-only)' || '') }}
0 commit comments