Skip to content

Commit

Permalink
Bring back prefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Mar 11, 2024
1 parent 538028f commit ac28c98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
restore-keys: ${{ runner.os }}-sonar
- name: Enable testcontainer reuse
run: echo 'testcontainers.reuse.enable=true' > "$HOME/.testcontainers.properties"
# commented as no integration tests are running
# - name: Pull docker Images
# run: docker pull exasol/docker-db:${{ matrix.exasol-docker-version }}
- name: Pull docker Images
run: docker pull exasol/docker-db:${{ matrix.exasol-docker-version }}
- name: Free Disk Space
run: |
sudo rm -rf /usr/local/lib/android
Expand Down

0 comments on commit ac28c98

Please sign in to comment.