Skip to content

Commit

Permalink
Enable ESMF_TEST_NUOPC_JULIA in development tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danrosen25 committed Sep 5, 2024
1 parent 46558d3 commit 4f27d4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/develop-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Develop - Nightly
on:
schedule:
- cron: '30 7 * * *'
pull_request:
branches:
- develop
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -107,6 +110,8 @@ jobs:
esmpy: false
cache: true
- name: NUOPC Tests
env:
ESMF_TEST_NUOPC_JULIA: ON
run: |
export TOOLRUN="--oversubscribe"
./testProtos.sh

0 comments on commit 4f27d4a

Please sign in to comment.