Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Aug 30, 2024
1 parent 354c200 commit 26f5d0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
python3 -m pip install --upgrade pip setuptools
make coordinator
- name: Setup tmate session
if: false
uses: mxschmitt/action-tmate@v3

- name: Run Cpp Test
env:
GS_TEST_DIR: ${{ github.workspace }}/gstest
Expand Down Expand Up @@ -88,6 +84,10 @@ jobs:
python3 -m pytest --cov=graphscope --cov-config=.coveragerc --cov-report=xml \
--cov-report=term --exitfirst -s -v graphscope/tests/unittest/test_java_app.py
- name: Setup tmate session
if: always()
uses: mxschmitt/action-tmate@v3

- name: Upload Coverage
uses: codecov/codecov-action@v3
continue-on-error: true
Expand Down

0 comments on commit 26f5d0a

Please sign in to comment.