Skip to content

Commit

Permalink
build: hotfix latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jan 8, 2021
1 parent 2891033 commit 04937b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ jobs:
strategy:
matrix:
python-version: [3.7]
test-path: ${{fromJson(needs.update-docker.outputs.matrix)}}
test-path: ['unit', 'integration']
#test-path: ${{fromJson(needs.update-docker.outputs.matrix)}}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 04937b9

Please sign in to comment.