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:
|
||||
name: Integration Tests
|
||||
runs-on: ubuntu-24.04
|
||||
needs:
|
||||
- build-test
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-24.04
|
||||
- ubuntu-24.04-arm
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user