Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 17, 2023
1 parent 8619edc commit fe1d963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
php-fpm-dev.cache-from=type=gha,scope=${{ matrix.cpu }}-php-fpm-dev-${{ matrix.php_version }}
php-fpm-dev.cache-to=type=gha,scope=${{ matrix.cpu }}-php-fpm-dev-${{ matrix.php_version }},mode=max
- run: docker image ls

- name: Test that layers can be exported
run: |
make -f cpu-${{ matrix.cpu }}.Makefile layer-php-${{ matrix.php_version }}
Expand Down

0 comments on commit fe1d963

Please sign in to comment.