Skip to content

Commit 3e09669

Browse files
committed
test: update
1 parent d7f70a7 commit 3e09669

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/install-tdengine/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ runs:
2020
uses: actions/checkout@v2
2121

2222
- name: Set up variables
23+
shell: bash
2324
run: |
2425
VERSION=${{ inputs.version }}
2526
GROUP=${{ inputs.group }}
@@ -36,14 +37,17 @@ runs:
3637
echo "URL=$URL" >> $GITHUB_ENV
3738
3839
- name: Download TDengine
40+
shell: bash
3941
run: |
4042
wget $URL
4143
4244
- name: Extract TDengine
45+
shell: bash
4346
run: |
4447
tar -xzvf TDengine-enterprise-${VERSION}-Linux-x64.tar.gz
4548
4649
- name: Install TDengine
50+
shell: bash
4751
run: |
4852
cd TDengine-enterprise-${VERSION}
4953
yes | ./install.sh

0 commit comments

Comments
 (0)