mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-09-02 21:59:22 +00:00
CI: run integration tests with different runners
Run integration tests with different runner variants to make sure that The Hadolint action works across different GitHub Actions platforms. related-to: hadolint/hadolint-action#100 Signed-off-by: Moritz Röhrich <moritz@ildefons.de>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user