chore: run all e2e tests on github runners (#17987)

* chore: run all e2e tests on github runners

* fix: use it.each for multi-case test
This commit is contained in:
bo0tzz
2025-05-07 07:42:48 +02:00
committed by GitHub
parent ec6379b0b2
commit 867f6e64f9
2 changed files with 15 additions and 25 deletions

View File

@@ -346,7 +346,7 @@ jobs:
working-directory: ./e2e
strategy:
matrix:
runner: [mich, ubuntu-24.04-arm]
runner: [ubuntu-latest, ubuntu-24.04-arm]
steps:
- name: Checkout code
@@ -394,7 +394,7 @@ jobs:
working-directory: ./e2e
strategy:
matrix:
runner: [mich, ubuntu-24.04-arm]
runner: [ubuntu-latest, ubuntu-24.04-arm]
steps:
- name: Checkout code