Skip to content

Commit

Permalink
ci: add unit test wf 4
Browse files Browse the repository at this point in the history
Signed-off-by: Jaime Silvela <jaime.silvela@enterprisedb.com>
  • Loading branch information
jsilvela committed Apr 11, 2023
1 parent 1b53dc5 commit 58d39c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: python -m pip install --upgrade pip prettytable
- name: Run suite
run: python test_summary.py -v

0 comments on commit 58d39c7

Please # to comment.