From 57ea0f98652f9e3846785cfc459060133a736f54 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Thu, 20 Jun 2024 12:49:59 -0600 Subject: [PATCH] fix formatting --- .github/workflows/extbuild.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/extbuild.yml b/.github/workflows/extbuild.yml index 841c343..71ca87e 100644 --- a/.github/workflows/extbuild.yml +++ b/.github/workflows/extbuild.yml @@ -110,11 +110,11 @@ jobs: ref: master repository: ESMCI/ccs_config_cesm - -name: run unit testing - run:| - pushd cime - mkdir ftest - python ./scripts/fortran_unit_testing/run_tests.py --build-dir `pwd`/ftest --machine ubuntu-latest + - name: run unit testing + run: | + pushd cime + mkdir ftest + python ./scripts/fortran_unit_testing/run_tests.py --build-dir `pwd`/ftest --machine ubuntu-latest # the following can be used by developers to login to the github server in case of errors # see https://github.com/marketplace/actions/debugging-with-tmate for further details