Skip to content

Commit

Permalink
run demo in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Sep 13, 2024
1 parent 2ff424e commit d358472
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,27 @@ jobs:
tags: mwatelescope/mwa-demo:latest
cache-from: type=gha
cache-to: type=gha,mode=max
demo_1121334536:
needs: docker
runs-on: mwatelescope/mwa-demo:latest
env:
obsid: 1121334536
steps:
- name: Checkout sources
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: download demo data
run: |
mkdir -p demo/data/1121334536/raw
curl -L -o demo/data/1121334536/raw/1121334536_20150719094841_gpubox20_00.fits 'https://projects.pawsey.org.au/mwa-demo/1121334536_20150719094841_gpubox20_00.fits'
- name: self-test
run: demo/00_test.sh
- name: tap
run: demo/01_tap.sh
- name: mwalib
run: demo/03_mwalib.sh
- name: ssins
run: demo/04_ssins.sh
- name: img
run: demo/07_img.sh

0 comments on commit d358472

Please sign in to comment.