Skip to content

Commit

Permalink
[Core-379] Client: Add test of generated CLI (#12510)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: def718fd2bb23978d1ab7636d7a73f9c6159d25d
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Mar 26, 2024
1 parent 169b593 commit c3e0e99
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/public-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,22 @@ 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
descarteslabs version
rm -r tempdir
slack:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c3e0e99

Please sign in to comment.