Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Mar 4, 2024
1 parent 114773d commit cad4a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

jobs:
build-docker-images:
name: Build docker images with cache
name: Build ${{ matrix.name }}
strategy:
matrix:
include:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
outputs: type=docker,dest=/tmp/${{ matrix.name }}.tar

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}
path: /tmp/${{ matrix.name }}.tar
Expand Down

0 comments on commit cad4a50

Please sign in to comment.