Skip to content

feat: overwrite existing installations (#6) #12

feat: overwrite existing installations (#6)

feat: overwrite existing installations (#6) #12

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
semantic-pull-request:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
- run: |
if [[ $(shorebird --version) =~ "Shorebird Engine • revision" ]]; then
echo '✅ Shorebird CLI is installed!'
else
echo '❌ Shorebird CLI is not installed.'
exit 1
fi