Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,19 @@ jobs:
./run_grt.sh
python view_dynamic.py

- name: Test compare_results_liquid
working-directory: ${{ env.EXAMPLE_COPY_PATH }}/compare_results_liquid
run: |
chmod +x *.sh
./run_grt.sh
python plot_cps_pygrt.py

- name: Test seafloor
working-directory: ${{ env.EXAMPLE_COPY_PATH }}/seafloor
run: |
chmod +x *.sh
./run_grt.sh

- name: Remove the test files
run: |
rm -rf ${{ env.EXAMPLE_COPY_PATH }}
Expand Down