Skip to content

Commit

Permalink
upgrade flutter version for web tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Nov 26, 2024
1 parent 9f48413 commit 0069f5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Environment
uses: ./.github/actions/integration_test_base
uses: ./.github/actions/integration_test_base
with:
flutter-version: 3.24.5
# - name: Run Chromedriver
# uses: nanasess/setup-chromedriver@v2
# - run: chromedriver --verbose --port=4444 --trace-buffer-size=100000 | tee chromedriver.log & sleep 5
Expand Down

0 comments on commit 0069f5f

Please sign in to comment.