mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-07 18:03:49 -05:00
feat: enable TOP for mobile app (#55200)
This commit is contained in:
6
.github/workflows/e2e-mobile.yml
vendored
6
.github/workflows/e2e-mobile.yml
vendored
@@ -31,13 +31,13 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: pnpm
|
||||
|
||||
- name: Setup Flutter 3.19.x
|
||||
- name: Setup Flutter 3.22.x
|
||||
uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 # v2
|
||||
with:
|
||||
flutter-version: '3.19.x'
|
||||
flutter-version: '3.22.x'
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
cache-key: flutter-3.19.x
|
||||
cache-key: flutter-3.22.x
|
||||
cache-path: ${{ runner.tool_cache }}/flutter
|
||||
|
||||
- name: Set freeCodeCamp Environment Variables
|
||||
|
||||
Reference in New Issue
Block a user