Skip to content

Commit

Permalink
Experimental docker layer caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Feb 16, 2024
1 parent 9559fc5 commit 3eec47d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- run: docker-compose pull

# Cache
- uses: satackey/action-docker-layer-caching@v0.0.11
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true

# Starting background services
- name: Start background services
run: docker compose up -d --build localstack coordinator participant coordinator_db participant_db
Expand Down

0 comments on commit 3eec47d

Please sign in to comment.