chore(shorebird_cli): add integration test for init, release, and patch (#805)

Co-authored-by: Felix Angelov <felix@shorebird.dev>
This commit is contained in:
Bryan Oltman
2023-07-11 09:51:22 -04:00
committed by GitHub
parent 63dcf3f8db
commit f856b2cd85
3 changed files with 156 additions and 7 deletions
+8 -2
View File
@@ -55,8 +55,14 @@ jobs:
}
shell: pwsh
- name: 🎯 Set up dart
uses: dart-lang/setup-dart@v1
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
- name: 🎯 Set up Flutter
uses: subosito/flutter-action@v2
- name: Run Integration Tests
run: dart test integration_test