Skip to content

Commit

Permalink
ci: disable Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Mar 10, 2021
1 parent 7382991 commit fe5ff47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
pip install -r requirements.txt
pip install pytest
pip install pytest-asyncio
- name: Run test
run: |
python3 test.py
# - name: Run test
# run: |
# python3 test.py
env:
DOCKER_XXXS_CONFIG: ${{ secrets.S4AIT_TESTSRV_XXXS_CONFIG }}

0 comments on commit fe5ff47

Please sign in to comment.