Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit fa7349e

Browse files
committed
bash
1 parent e09982d commit fa7349e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/action-test/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ runs:
2020
echo "Running SDK Test using"
2121
echo "Test Data: sdk-test-data@${TEST_DATA_BRANCH_NAME}"
2222
echo "SDK Branch: python-sdk@${SDK_BRANCH_NAME}"
23+
shell: bash
2324
env:
2425
SDK_BRANCH_NAME: ${{ inputs.sdk_branch }}
2526
TEST_DATA_BRANCH_NAME: ${{ inputs.test_data_branch }}
@@ -39,5 +40,5 @@ runs:
3940
python -m pip install -r requirements-test.txt
4041
- name: "Run tests"
4142
run: make test branchName=$BRANCH
42-
env:
43-
BRANCH: ${{ inputs.test_data_branch }}
43+
env:
44+
BRANCH: ${{ inputs.test_data_branch }}

0 commit comments

Comments
 (0)