Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,17 @@ jobs:
docker run --rm -d --name=hive --net=host sqlflow/gohive:dev python3 -m http.server 8899
PYTHONPATH=${{ github.workspace }}/python scripts/test/hive.sh
# bash scripts/travis/upload_codecov.sh
- name: maxcompute unit test
env:
SQLFLOW_TEST_DB_MAXCOMPUTE_AK: ${{ secrets.MAXCOMPUTE_AK }}
SQLFLOW_TEST_DB_MAXCOMPUTE_SK: ${{ secrets.MAXCOMPUTE_SK }}
run: |
set -e
source build/env/bin/activate
PYTHONPATH=${{ github.workspace }}/python bash scripts/test/maxcompute.sh
# bash scripts/travis/upload_codecov.sh
# FIXME(typhoonzero): maxcompute test often fails because connection timeout, we can add a
# maxcompute service close to the CI server and add this test back.
# - name: maxcompute unit test
# env:
# SQLFLOW_TEST_DB_MAXCOMPUTE_AK: ${{ secrets.MAXCOMPUTE_AK }}
# SQLFLOW_TEST_DB_MAXCOMPUTE_SK: ${{ secrets.MAXCOMPUTE_SK }}
# run: |
# set -e
# source build/env/bin/activate
# PYTHONPATH=${{ github.workspace }}/python bash scripts/test/maxcompute.sh
# # bash scripts/travis/upload_codecov.sh
- name: java unit test
run: |
set -e
Expand Down