Skip to content

Commit

Permalink
chore: add yarn install to CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
adguernier committed Apr 3, 2024
1 parent f7fda1a commit 45acfa7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Build Docker images
uses: docker/bake-action@v4
with:
pull: true
load: true
files: |
compose.yaml
set: |
*.cache-from=type=gha,scope=${{github.ref}}
*.cache-from=type=gha,scope=refs/heads/main
*.cache-to=type=gha,scope=${{github.ref}},mode=max
# -
# name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
# -
# name: Build Docker images
# uses: docker/bake-action@v4
# with:
# pull: true
# load: true
# files: |
# compose.yaml
# set: |
# *.cache-from=type=gha,scope=${{github.ref}}
# *.cache-from=type=gha,scope=refs/heads/main
# *.cache-to=type=gha,scope=${{github.ref}},mode=max
-
name: Start services
run: docker compose -f compose.yaml -f compose.ci.yaml up --wait --no-build
run: docker compose -f compose.yaml -f compose.ci.yaml up --wait --build
# -
# name: Check HTTP reachability
# run: curl -v --fail-with-body http://localhost
Expand Down

0 comments on commit 45acfa7

Please sign in to comment.