Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus authored Feb 26, 2025
1 parent 7a2e5f1 commit 9af6e2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Ubuntu CI
on:
push:
branches:
- master
- '*'
tags:
- "*"
pull_request:
Expand Down Expand Up @@ -56,7 +56,9 @@ jobs:
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 shadems HLTau_B6cont.calavg.tav300s
run: |
poetry run shadems HLTau_B6cont.calavg.tav300s
shadems HLTau_B6cont.calavg.tav300s -x FREQ -y amp -a FLAG --field 0 --title 'test1' --col DATA --png test.png --corr XX --ymin 0 --ymax 30
# deploy:
Expand Down

0 comments on commit 9af6e2c

Please sign in to comment.