Skip to content

Commit

Permalink
Test fastlane workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
up2code committed Dec 9, 2023
1 parent d92b801 commit 051308b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Install all dependencies
run: flutter pub get

- name: Run test
run: flutter test
# - name: Run test
# run: flutter test

- name: Restore release keystore
run: |
Expand All @@ -65,6 +65,7 @@ jobs:
with:
ruby-version: '3.0'
bundler-cache: true
working-directory: android
- uses: maierj/fastlane-action@v3.0.0
with:
subdirectory: 'android'
Expand Down

0 comments on commit 051308b

Please sign in to comment.