summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/os_comp.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml
index 0519ad70d..a0877fdbc 100644
--- a/.github/workflows/os_comp.yml
+++ b/.github/workflows/os_comp.yml
@@ -42,6 +42,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run tests
- # All environment variables are stored inside the docker image in /env_vars.sh
+ # All environment variables are stored inside the docker image in /ci/env_vars.sh
# They are defined in the `env` section in each image.json
- run: bash -c "source /env_vars.sh; cd $GITHUB_WORKSPACE; ./run_tests.py"
+ run: bash -c "source /ci/env_vars.sh; cd $GITHUB_WORKSPACE; ./run_tests.py"