Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-v committed Sep 6, 2022
1 parent 82bd509 commit 4e9fc96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delfin_e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
max-parallel: 6
matrix:
platform:
- ubuntu-18.04
python-version: [ 3.6, 3.7, 3.8 ]
- ubuntu-20.04
python-version: [ 3.6, 3.7, 3.8, 3.9 ]

steps:
- name: Checkout delfin code
Expand Down
1 change: 1 addition & 0 deletions delfin/cmd/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def main():
version=version.version_string())
log.setup(CONF, "delfin")
utils.monkey_patch()
print("test")

launcher = service.process_launcher()
api_server = service.WSGIService('delfin', coordination=True)
Expand Down

0 comments on commit 4e9fc96

Please sign in to comment.