Merge pull request #105 from m-ildefons/gh-100

CI: run integration tests with different runners
This commit is contained in:
Moritz Röhrich
2026-08-10 17:32:11 +02:00
committed by GitHub
+7 -1
View File
@@ -56,9 +56,15 @@ jobs:
integration-tests: integration-tests:
name: Integration Tests name: Integration Tests
runs-on: ubuntu-24.04
needs: needs:
- build-test - build-test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-24.04
- ubuntu-24.04-arm
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5