Skip to content

Commit

Permalink
docs(github): include cache input in setup-shorebird action (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Oct 24, 2024
1 parent ec449f3 commit 2797eb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/docs/ci/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
# Use the setup-shorebird action to configure Shorebird
- name: 🐦 Setup Shorebird
uses: shorebirdtech/setup-shorebird@v1
with:
cache: true # Optionally cache your Shorebird installation

# Now we're able to use Shorebird CLI in our workflow
- name: 🚀 Use Shorebird
Expand Down Expand Up @@ -103,6 +105,8 @@ jobs:
- name: 🐦 Setup Shorebird
uses: shorebirdtech/setup-shorebird@v1
with:
cache: true
- name: Set up Java
uses: actions/setup-java@v4
Expand Down Expand Up @@ -157,6 +161,8 @@ jobs:
- name: 🐦 Setup Shorebird
uses: shorebirdtech/setup-shorebird@v1
with:
cache: true
- name: Set up Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit 2797eb8

Please sign in to comment.