Skip to content

Commit

Permalink
Merge a695b6b into 783f23a
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 authored Jul 27, 2024
2 parents 783f23a + a695b6b commit b3a5424
Show file tree
Hide file tree
Showing 15 changed files with 1,513 additions and 245 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ jobs:
mamba install -y python=${{ matrix.python-version }}
pip install -r test-requirements.txt
export DEBUG=true
source /entrypoint.sh
# GitHub runner home is different than container
Expand Down Expand Up @@ -161,6 +165,8 @@ jobs:
CIME_DRIVER: ${{ matrix.driver }}
CIME_TEST_PLATFORM: ubuntu-latest
run: |
pip install -r test-requirements.txt
export CIME_REMOTE=https://github.com/${{ github.event.pull_request.head.repo.full_name || github.repository }}
export CIME_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF##*/}}
Expand Down
Loading

0 comments on commit b3a5424

Please sign in to comment.