File tree Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,11 @@ permissions:
18
18
jobs :
19
19
presubmit :
20
20
runs-on : ubuntu-latest
21
- strategy :
22
- fail-fast : false
23
- matrix :
24
- version : [2024.3, 2025.1]
25
21
steps :
26
22
- name : checkout
27
23
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
28
- - name : build ${{ matrix.version }}
24
+ - name : build
29
25
run : ./tool/github.sh
30
- env :
31
- IDEA_VERSION : ${{ matrix.version }}
32
26
checker :
33
27
runs-on : ubuntu-latest
34
28
strategy :
Original file line number Diff line number Diff line change @@ -16,17 +16,11 @@ permissions:
16
16
jobs:
17
17
presubmit:
18
18
runs-on: ubuntu-latest
19
- strategy:
20
- fail-fast: false
21
- matrix:
22
- version: [@VERSIONS@]
23
19
steps:
24
20
- name: checkout
25
21
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
26
- - name: build ${{ matrix.version }}
22
+ - name: build
27
23
run: ./tool/github.sh
28
- env:
29
- IDEA_VERSION: ${{ matrix.version }}
30
24
checker:
31
25
runs-on: ubuntu-latest
32
26
strategy:
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ flutter config --no-analytics
27
27
flutter doctor
28
28
export FLUTTER_SDK=` pwd` /../flutter
29
29
30
- echo " IDEA_VERSION=$IDEA_VERSION "
31
-
32
30
echo " java --version"
33
31
java --version
34
32
@@ -79,6 +77,6 @@ elif [ "VERIFY_BOT" = "$BOT" ] ; then
79
77
80
78
else
81
79
# Run the build.
82
- ./bin/plugin make --channel=stable --only-version= $IDEA_VERSION --no-setup
80
+ ./gradlew buildPlugin
83
81
84
82
fi
You can’t perform that action at this time.
0 commit comments