Skip to content

Commit 67c2b12

Browse files
authored
CI: add some tests (#45)
1 parent 3ba0bda commit 67c2b12

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,19 @@ jobs:
346346
./run_grt.sh
347347
python view_dynamic.py
348348
349+
- name: Test compare_results_liquid
350+
working-directory: ${{ env.EXAMPLE_COPY_PATH }}/compare_results_liquid
351+
run: |
352+
chmod +x *.sh
353+
./run_grt.sh
354+
python plot_cps_pygrt.py
355+
356+
- name: Test seafloor
357+
working-directory: ${{ env.EXAMPLE_COPY_PATH }}/seafloor
358+
run: |
359+
chmod +x *.sh
360+
./run_grt.sh
361+
349362
- name: Remove the test files
350363
run: |
351364
rm -rf ${{ env.EXAMPLE_COPY_PATH }}

0 commit comments

Comments
 (0)