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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user