Skip to content

Commit

Permalink
Docker image cache fix (#1289)
Browse files Browse the repository at this point in the history
This PR makes the following changes:
- update workflow to use skip-image-deletion flag on `asset` test run.
This prevents the `api` test run from having to pull docker images.
ref: [#3811](terascope/teraslice#3811)
  • Loading branch information
busma13 authored Nov 13, 2024
1 parent 8f73296 commit 18f8bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
key: docker-images-${{ hashFiles('./images/image-list.txt') }}

- name: Test asset for ${{ matrix.search-version }}
run: yarn --silent test:${{ matrix.search-version }}
run: SKIP_IMAGE_DELETION='true' yarn --silent test:${{ matrix.search-version }}

- name: Test apis for ${{ matrix.search-version }}
run: yarn --silent test:${{ matrix.search-version }}
Expand Down

0 comments on commit 18f8bca

Please sign in to comment.