Skip to content

Commit

Permalink
Merged PR posit-dev/positron-python#391: add functional tests to ci
Browse files Browse the repository at this point in the history
Merge pull request #391 from posit-dev/add-functional-tests-to-ci

add functional tests to ci
--------------------
Commit message for posit-dev/positron-python@7ed22b4:

add functional tests to ci


Authored-by: Wasim Lorgat <[email protected]>
Signed-off-by: Wasim Lorgat <[email protected]>
  • Loading branch information
seeM authored and wesm committed Mar 28, 2024
1 parent df86d20 commit 98ba2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/positron-python/.github/workflows/positron-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Run Positron unit tests
run: pytest pythonFiles/positron/

- name: Run Microsoft unit tests
run: python pythonFiles/tests/run_all.py

Expand All @@ -119,7 +119,7 @@ jobs:
python: ['3.x']
# TODO: Add remaining test suites:
# test-suite: [ts-unit, venv, single-workspace, debugger, functional]
test-suite: [ts-unit]
test-suite: [ts-unit, functional]

steps:
- name: Checkout
Expand Down

0 comments on commit 98ba2e3

Please sign in to comment.