Skip to content

Commit

Permalink
try running ftest
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 20, 2024
1 parent 86bd867 commit 122effb
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/workflows/extbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: cache-PARALLELIO
uses: actions/cache@v4
with:
path: ${GITHUB_WORKSPACE}/pio
path: pio
key: ${{ runner.os }}-${{ env.ParallelIO_VERSION }}-pio
- name: Build ParallelIO
if: steps.cache-PARALLELIO.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -95,6 +95,27 @@ jobs:
with:
path: pfunit
key: ${{ runner.os }}-${{ env.PFUNIT_VERSION }}

- name: Checkout cime
uses: actions/checkout@v4
with:
path: cime
ref: master
repository: ESMCI/cime

- name: Checkout ccs_config
uses: actions/checkout@v4
with:
path: ccs_config
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

# 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
# - name: Setup tmate session
Expand Down

0 comments on commit 122effb

Please sign in to comment.