Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 16, 2024
1 parent e1100ef commit 0e9bc34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
push: false
load: true
file: ${{ github.workspace }}/${{ matrix.images.path }}/Dockerfile
outputs: type=docker, dest=/tmp/${{ matrix.images.name }}.tar

- name: Run Docker image
run: docker run -d -p 8080:8080 ${{ matrix.images.name }}:test
Expand All @@ -59,6 +58,9 @@ jobs:

- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]

- name: Save Docker image
run: docker save ${{ matrix.images.name }}:test -o /tmp/${{ matrix.images.name }}.tar

- name: Upload image as a tar for next job
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0e9bc34

Please sign in to comment.