We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d566b commit f0ec9e8Copy full SHA for f0ec9e8
.github/workflows/main.yml
@@ -52,11 +52,12 @@ jobs:
52
PYTHONPATH=${{ github.workspace }}/python scripts/test/hive.sh
53
# bash scripts/travis/upload_codecov.sh
54
- name: maxcompute unit test
55
+ env:
56
+ SQLFLOW_TEST_DB_MAXCOMPUTE_AK: ${{ secrets.MAXCOMPUTE_AK }}
57
+ SQLFLOW_TEST_DB_MAXCOMPUTE_SK: ${{ secrets.MAXCOMPUTE_SK }}
58
run: |
59
set -e
60
source build/env/bin/activate
- export SQLFLOW_TEST_DB_MAXCOMPUTE_AK=$MAXCOMPUTE_AK
- export SQLFLOW_TEST_DB_MAXCOMPUTE_SK=$MAXCOMPUTE_SK
61
PYTHONPATH=${{ github.workspace }}/python bash scripts/test/maxcompute.sh
62
63
- name: java unit test
0 commit comments