We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe13a4 commit aaf96efCopy full SHA for aaf96ef
.github/workflows/gradle.yml
@@ -77,7 +77,7 @@ jobs:
77
./gradlew clean build -PisCI -Pselenium.version=$latest_snapshot
78
79
- name: Install Node.js
80
- if: matrix.e2e-tests == 'android' || matrix.e2e-tests == 'ios'
+ if: matrix.e2e-tests == 'android' || matrix.e2e-tests == 'ios' || matrix.e2e-tests == 'flutter-android'
81
uses: actions/setup-node@v4
82
with:
83
node-version: 'lts/*'
0 commit comments