Skip to content

Commit

Permalink
Smoke test (#74)
Browse files Browse the repository at this point in the history
* run stac experiment

* Fixed yaml

* Test fail with bad input.

* Should fail.

* Corrected input - test should pass.

* Update demo.yaml - enable ik_only()

* Revert update demo.yaml
  • Loading branch information
jf514 authored Oct 25, 2024
1 parent 36ab413 commit 11819ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,9 @@ jobs:
with:
fail_ci_if_error: true
verbose: false
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

# Test probably delete this
- name: Smoke Test
shell: bash -l {0}
run: python run_stac.py

0 comments on commit 11819ee

Please sign in to comment.