Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarolyi committed Apr 28, 2024
1 parent fa8b648 commit b3850b0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ services:
garden-snail:
build:
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
cache_from:
- type=gha
cache_to:
- type=gha,mode=max
ports:
- "3000:3000"
test:
build:
context: integration
cache-from: type=gha
cache-to: type=gha,mode=max
cache_from:
- type=gha
cache_to:
- type=gha,mode=max
depends_on:
- garden-snail

0 comments on commit b3850b0

Please sign in to comment.