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 \