Skip to content

Commit

Permalink
Add end to end test (#115)
Browse files Browse the repository at this point in the history
* Add end to end test

* correct shadems call
  • Loading branch information
sjperkins authored May 31, 2023
1 parent 60e9b55 commit d1de7ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
- name: Run testsuite
run: poetry run py.test -vvv shade_ms/

- name: Download test dataset
run: curl https://ratt-public-data.s3.af-south-1.amazonaws.com/test-data/HLTau_B6cont.calavg.tav300s.tar.xz | tar xJf -

- name: Run end to end test
run: poetry run python bin/shadems HLTau_B6cont.calavg.tav300s


# deploy:
# needs: [test]
# runs-on: ubuntu-latest
Expand Down

0 comments on commit d1de7ad

Please sign in to comment.