Skip to content

Commit f0ec9e8

Browse files
authored
fix actions maxcompute test not running (#2795)
1 parent a3d566b commit f0ec9e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ jobs:
5252
PYTHONPATH=${{ github.workspace }}/python scripts/test/hive.sh
5353
# bash scripts/travis/upload_codecov.sh
5454
- name: maxcompute unit test
55+
env:
56+
SQLFLOW_TEST_DB_MAXCOMPUTE_AK: ${{ secrets.MAXCOMPUTE_AK }}
57+
SQLFLOW_TEST_DB_MAXCOMPUTE_SK: ${{ secrets.MAXCOMPUTE_SK }}
5558
run: |
5659
set -e
5760
source build/env/bin/activate
58-
export SQLFLOW_TEST_DB_MAXCOMPUTE_AK=$MAXCOMPUTE_AK
59-
export SQLFLOW_TEST_DB_MAXCOMPUTE_SK=$MAXCOMPUTE_SK
6061
PYTHONPATH=${{ github.workspace }}/python bash scripts/test/maxcompute.sh
6162
# bash scripts/travis/upload_codecov.sh
6263
- name: java unit test

0 commit comments

Comments
 (0)