Skip to content

Commit 61429cd

Browse files
committed
chore: add language=bash to action scripts
1 parent 1193cca commit 61429cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
java-version: 21
3333
distribution: 'zulu'
3434
- name: 'Start release environment'
35+
# language=bash
3536
run: |
3637
gpg --import .github/workflows/test-key.asc
3738
git clone --depth 100 https://github.com/vlsi/asflike-release-environment.git ../asflike-release-environment
@@ -40,6 +41,7 @@ jobs:
4041
docker compose build svn git
4142
docker compose up -d
4243
- name: 'Clone Calcite Avatica'
44+
# language=bash
4345
run: |
4446
git clone --depth 100 https://github.com/apache/calcite-avatica.git ../calcite-avatica
4547
git rev-parse HEAD
@@ -78,6 +80,7 @@ jobs:
7880
java-version: 21
7981
distribution: 'zulu'
8082
- name: 'Start release environment'
83+
# language=bash
8184
run: |
8285
gpg --import .github/workflows/test-key.asc
8386
git clone --depth 100 https://github.com/vlsi/asflike-release-environment.git ../asflike-release-environment
@@ -86,6 +89,7 @@ jobs:
8689
docker compose build svn git
8790
docker compose up -d
8891
- name: 'Clone Calcite'
92+
# language=bash
8993
run: |
9094
git clone --depth 100 https://github.com/apache/calcite.git ../calcite
9195
git rev-parse HEAD
@@ -124,6 +128,7 @@ jobs:
124128
java-version: 21
125129
distribution: 'zulu'
126130
- name: 'Start release environment'
131+
# language=bash
127132
run: |
128133
gpg --import .github/workflows/test-key.asc
129134
git clone --depth 100 https://github.com/vlsi/asflike-release-environment.git ../asflike-release-environment
@@ -132,6 +137,7 @@ jobs:
132137
docker compose build svn git
133138
docker compose up -d
134139
- name: 'Clone JMeter'
140+
# language=bash
135141
run: |
136142
git clone --depth 100 https://github.com/apache/jmeter.git ../jmeter
137143
git rev-parse HEAD

0 commit comments

Comments
 (0)