Skip to content

Commit

Permalink
save images removed
Browse files Browse the repository at this point in the history
  • Loading branch information
darioalessandro committed Nov 24, 2023
1 parent 60e127f commit 8f4b1ce
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,5 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-
# Load cached Docker images
- name: Load cached Docker images
run: |
mkdir -p /tmp/.docker
if [ -d "/tmp/.docker" ]; then
docker load < /tmp/.docker/images.tar || true
fi
- run: make check
- run: make test

# Save Docker images after tests
- name: Save Docker images
run: |
mkdir -p /tmp/.docker
docker save -o /tmp/.docker/images.tar $(docker-compose -f docker/docker-compose.yaml config --services | awk '{print $1}')

0 comments on commit 8f4b1ce

Please sign in to comment.