From 5f3c8c21340350c20672a1cd983bc5f51aface93 Mon Sep 17 00:00:00 2001 From: Mukul Dave Date: Thu, 16 May 2024 16:27:06 -0700 Subject: [PATCH] remove the simulation test for now as it hangs the job --- .github/workflows/gcc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index 49b47cd..8b952ab 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -62,4 +62,4 @@ jobs: cd ${{runner.workspace}}/erf-amrwind-driver/build cd Exec/CouetteFlow cp ${{runner.workspace}}/erf-amrwind-driver/Exec/CouetteFlow/input* . - ./erf_mb_couette inputs_amrex input_erf1 input_amrwind + # ./erf_mb_couette inputs_amrex input_erf1 input_amrwind