We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3f87d commit a6a4ffbCopy full SHA for a6a4ffb
.github/workflows/unittest-ctsm.yml
@@ -6,10 +6,11 @@ on:
6
jobs:
7
ctsm-unit-test:
8
runs-on: ubuntu-latest
9
+ env:
10
+ TESTING_DIR: /CTSM/src/fates/testing/
11
container:
12
image: ghcr.io/ngeet/containers/unit-test-ctsm:latest
13
env:
- TESTING_DIR: /CTSM/src/fates/testing/
14
BRANCH_NAME: ${{ github.head_ref }}
15
BRANCH_URL: ${{ github.event.pull_request.head.repo.html_url }}
16
0 commit comments