agent: Dockerfile test

This commit is contained in:
2025-08-25 11:31:11 +01:00
parent 2f644336f5
commit 136d80bd71
3 changed files with 66 additions and 3 deletions

View File

@@ -5,9 +5,15 @@ jobs:
tests:
name: Run test suite
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dockerfile: [Dockerfile, Dockerfile.arch]
steps:
- uses: actions/checkout@v4.2.2
# Run the tests
- name: 'Run tests'
- name: Run tests (${{ matrix.dockerfile }})
env:
DOCKERFILE: ${{ matrix.dockerfile }}
run: ./script/test