From 3ea5f4a5d8a5d97800a1527b32abed31d30532ce Mon Sep 17 00:00:00 2001 From: Christopher Morrison Date: Fri, 10 Nov 2023 09:07:16 -0800 Subject: [PATCH] Fix path --- .github/workflows/github-actions-ci.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-ci.yml b/.github/workflows/github-actions-ci.yml index 51a0c3bac..90e7c921d 100644 --- a/.github/workflows/github-actions-ci.yml +++ b/.github/workflows/github-actions-ci.yml @@ -77,7 +77,7 @@ jobs: - name: run test in docker run: | docker run \ - --env-file ~/github_worker/env.list \ + --env-file ~/env.list \ --mount type=bind,source=$PWD,target=/home/ghworker,bind-propagation=rshared \ --mount type=bind,source=/data/informatics/module_test_data/,target=/data/informatics/module_test_data/,bind-propagation=rshared,ro \ --mount type=bind,source=/allen/,target=/allen/,bind-propagation=rshared,ro \ diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0d284a93b..a50dfcf16 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -19,7 +19,7 @@ jobs: - name: run test in docker run: | docker run \ - --env-file ~/github_worker/env_nightly.list \ + --env-file ~/env_nightly.list \ --mount type=bind,source=$PWD,target=/home/ghworker,bind-propagation=rshared \ --mount type=bind,source=/data/informatics/module_test_data/,target=/data/informatics/module_test_data/,bind-propagation=rshared,ro \ --mount type=bind,source=/allen/,target=/allen/,bind-propagation=rshared,ro \