Skip to content

Commit

Permalink
fix(workflow): Remove outdated code in integration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shouren authored Dec 25, 2024
1 parent 85b2493 commit 399736b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# This workflow runs integration test related jobs for OpenMLDB
name: integration-test

on:
push:
branches:
Expand Down Expand Up @@ -43,10 +42,8 @@ jobs:
bash test/integration-test/openmldb-test-python/install.sh
- name: run test
run: |
python3 -m easy_install pip
python3 -m pip install requests openmldb pytest
python3 -m pytest test/integration-test/openmldb-test-python/ha_cases --junit-xml=pytest.xml
- name: upload ut results
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 399736b

Please sign in to comment.