Skip to content

Commit a6a4ffb

Browse files
committed
move env variable to job context
1 parent 3e3f87d commit a6a4ffb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unittest-ctsm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ on:
66
jobs:
77
ctsm-unit-test:
88
runs-on: ubuntu-latest
9+
env:
10+
TESTING_DIR: /CTSM/src/fates/testing/
911
container:
1012
image: ghcr.io/ngeet/containers/unit-test-ctsm:latest
1113
env:
12-
TESTING_DIR: /CTSM/src/fates/testing/
1314
BRANCH_NAME: ${{ github.head_ref }}
1415
BRANCH_URL: ${{ github.event.pull_request.head.repo.html_url }}
1516

0 commit comments

Comments
 (0)