Skip to content

Commit

Permalink
Test cli
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencpope authored Mar 26, 2024
1 parent 169b593 commit 9bdd6cd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/public-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,23 @@ jobs:
run: |
pip wheel --no-deps --wheel-dir wheels -e .
pip install -e .[complete,tests]
- name: Test AWS
- name: Test Client
env:
TMPDIR: tempdir
DESCARTESLABS_ENV: testing
run: |
mkdir tempdir
pytest -rfExXP --assert=plain --ignore-glob="*/smoke_tests" --ignore-glob="*/e2e" --ignore="descarteslabs/core/third_party" descarteslabs
rm -r tempdir
- name: Test CLI
env:
TMPDIR: tempdir
DESCARTESLABS_ENV: testing
run: |
mkdir tempdir
# this just needs to run without error
descarteslabs version
rm -r tempdir
slack:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9bdd6cd

Please sign in to comment.