diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index ae1c88ab1..fb01073f5 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -18,7 +18,7 @@ jobs: # git submodule sync ; \ # git submodule update --init --recursive --remote run : | - cd TES_DIR_ROOT/riscv_tests.git ; \ + cd TEST_DIR_ROOT/riscv_tests.git ; \ git fetch ; \ git checkout riscv-tests-sail ; - name: Ensure pre-commit checks pass