-
Notifications
You must be signed in to change notification settings - Fork 1
46 lines (44 loc) · 1.26 KB
/
ci-test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: PR and Merge builds
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
schedule:
- cron: "0 5 * * 0"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Install moody
run: |
python setup.py install
- name: Test moody pedr cmd
run: moody pedr 138.053 -5.913 138.72 -4.315
- name: Test moody ctx meta
run: moody get_ctx_meta G02_019065_1749_XN_05S221W
- name: Test moody hirise meta
run: moody get_hirise_meta ESP_019065_1745
- name: Test moody ctx download edr
run: moody ctx_edr B01_009838_2108_XI_30N319W
- name: mid run exports
run: |
ls
head -n 20 ./*.IMG
- name: Test moody hirise download edr
run: moody hirise_edr ESP_016196_2745_BG\*
- name: Test moody LRO NAC download edr
run: moody lrocnac_edr M10431887
- name: List the files in the directory
run: |
ls
head -n 20 ./*.IMG