Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiaocs7 committed Oct 14, 2023
1 parent bf189c4 commit 0dad547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: [3.7]
python-version: [3.7, 3.8]

steps:
- name: Maximize runner space
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
sleep 20
pytest -s -v -k "SSL" --cov=../nebula3 --cov-report=xml --cov-append
working-directory: tests
- name: Test Example
- name: Test example
run: |
docker-compose -f ../tests/docker-compose.yaml up -d
sleep 20
Expand Down

0 comments on commit 0dad547

Please sign in to comment.