Skip to content

Commit

Permalink
Update tmate to upterm
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu committed Aug 28, 2024
1 parent 6d04ef7 commit 4602463
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/general-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
git clone https://github.com/ESCOMP/CESM.git -b cesm3_0_alpha03a cesm3_0_alpha03a
cd cesm3_0_alpha03a
./bin/git-fleximod update
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Checkout MOM Branch
run: |
cd $HOME/work/MOM_interface/MOM_interface/cesm3_0_alpha03a/components/mom/
Expand All @@ -61,10 +61,10 @@ jobs:
# CDs into a couple MOM examples and runs MOM in them. These are very light weight.
- name: Run simple mom tests
run: |
cd $HOME/cesm3_0_alpha03a/components/mom/standalone/examples/double_gyre
$HOME/cesm3_0_alpha03a/components/mom/standalone/build/intel/MOM6/MOM6
cd $HOME/cesm3_0_alpha03a/components/mom/standalone/examples/single_column/KPP
$HOME/cesm3_0_alpha03a/components/mom/standalone/build/intel/MOM6/MOM6
cd $HOME/work/MOM_interface/MOM_interface/cesm3_0_alpha03a/components/mom/standalone/examples/double_gyre
$HOME/work/MOM_interface/MOM_interface/cesm3_0_alpha03a/components/mom/standalone/build/intel/MOM6/MOM6
cd $HOME/work/MOM_interface/MOM_interface/cesm3_0_alpha03a/components/mom/standalone/examples/single_column/KPP
$HOME/work/MOM_interface/MOM_interface/cesm3_0_alpha03a/components/mom/standalone/build/intel/MOM6/MOM6
# Job to run the check_default_params test
Expand Down

0 comments on commit 4602463

Please sign in to comment.