Skip to content

Commit

Permalink
Update CI/CD and Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
gemechis-elias authored Nov 28, 2024
1 parent 57235fb commit 54509f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
steps:
# Step 1: Check out the repository
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Step 2: Set up Flutter
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: stable
flutter-version: '3.24.3' # Explicit version

# Step 3: Install dependencies
- name: Install dependencies
Expand Down

0 comments on commit 54509f9

Please sign in to comment.