From 53281d1879146e677e9b453ef1fb235c51d705b5 Mon Sep 17 00:00:00 2001 From: Dengda98 Date: Thu, 26 Jun 2025 17:14:07 +0800 Subject: [PATCH] CI: add some tests --- .github/workflows/build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d53af92..63d224ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}