Skip to content

Commit 3011c3d

Browse files
committed
Clean up test workflow
1 parent 1fc8cc5 commit 3011c3d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test_build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
- docker-bake.hcl
1313

1414
jobs:
15-
Build:
15+
Test:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
buildType: ["source", "pypi", "experimental"]
20+
buildType: ["source", "pypi"]
2121
buildArch: ["slim", "alpine"]
2222
steps:
2323

@@ -36,6 +36,8 @@ jobs:
3636
set: |
3737
*.cache-from=type=gha,scope=buildx-${{matrix.buildType}}-${{matrix.buildArch}}
3838
*.cache-to=type=gha,mode=max,scope=buildx-${{matrix.buildType}}-${{matrix.buildArch}}
39+
env:
40+
DOCKER_BUILD_SUMMARY: false
3941

4042
- name: Run ${{ matrix.buildType }}-${{ matrix.buildArch }}
4143
run: docker run --rm -i -v $(pwd)/tests:/tests/ cyb3rjak3/html5validator:${{ matrix.buildType }}-${{ matrix.buildArch }} html5validator --root /tests/ --log DEBUG

0 commit comments

Comments
 (0)