Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-v committed Jan 19, 2023
1 parent e0290fd commit c14bcf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/delfin_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
strategy:
max-parallel: 6
matrix:
platform: [ubuntu-18.04, ubuntu-20.04]
python-version: [ 3.6 ]
platform: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
python-version: [ 3.9 ]

steps:
- uses: actions/checkout@v2
Expand All @@ -21,6 +21,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r test-requirements.txt
python setup.py install
pip install tox codecov
- name: Unit test with tox
run: tox
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/delfin_e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
strategy:
max-parallel: 6
matrix:
platform: [ubuntu-18.04, ubuntu-20.04]
python-version: [ 3.6 ]
platform: [ubuntu-20.04]
python-version: [ 3.8 ]

steps:
- name: Checkout delfin code
Expand All @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r test-requirements.txt
pip install -r test-requirements.tx
pip install tox codecov
- name: E2E Testing - Add Test Driver to Delfin
run: |
Expand Down

0 comments on commit c14bcf1

Please sign in to comment.