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 575723a commit 01d191fCopy full SHA for 01d191f
.github/workflows/docker-test.yml
@@ -29,10 +29,11 @@ permissions:
29
jobs:
30
build-and-test:
31
name: Test Docker Selenium
32
- runs-on: ubuntu-24.04
+ runs-on: ${{ matrix.os }}
33
strategy:
34
fail-fast: false
35
matrix:
36
+ os: [ubuntu-24.04, ubuntu-24.04-arm64]
37
include:
38
- test-strategy: test
39
use-random-user: true
.github/workflows/helm-chart-test.yml
@@ -34,10 +34,11 @@ permissions:
name: Test K8s
40
41
42
43
- k8s-version: 'v1.25.16'
44
test-strategy: playwright_connect_grid
0 commit comments