We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345b162 commit 2aabd19Copy full SHA for 2aabd19
.github/workflows/images.yml
@@ -59,6 +59,8 @@ jobs:
59
password: ${{ secrets.DOCKER_PASSWORD }}
60
61
# Build and test
62
+ - name: Test...
63
+ run: bash -c 'git status; git log | head -n120'
64
- name: Building the ${{ matrix.cfg.id }} image
65
run: ./ci/ciimage/build.py -t build ${{ matrix.cfg.id }}
66
- name: Testing the ${{ matrix.cfg.id }} image
0 commit comments