Skip to content

Commit

Permalink
fix(package): Cache should keep docker image in pytest job.
Browse files Browse the repository at this point in the history
It looks like it was necessary for the \`build\` section of \`server\`
to be specified.
  • Loading branch information
acederberg committed Aug 21, 2024
1 parent be2cef4 commit a320372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
push: false
cache-from: type=gha
cache-to: type=gha,mode=max
load: true

- name: Setup.
run: |
Expand Down
6 changes: 3 additions & 3 deletions docker/compose.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: captura-ci
services:
server:
# NOTE: Should build before running for caching.
# build:
# context: '..'
# target: ci
build:
context: '..'
target: ci
extends:
file: ./compose.base.yaml
service: server
Expand Down

0 comments on commit a320372

Please sign in to comment.