ci: Fix passing env vars

pull/6941/head
Daniel Mensinger 5 years ago
parent 9c7ed96067
commit 1257002d12
  1. 2
      .github/workflows/os_comp.yml

@ -46,4 +46,4 @@ jobs:
# 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. CI_ARGS should be set
# via the `args` array ub the image.json
run: bash -c "source /ci/env_vars.sh; cd $GITHUB_WORKSPACE; ./run_tests.py $CI_ARGS"
run: bash -c 'source /ci/env_vars.sh; cd $GITHUB_WORKSPACE; ./run_tests.py $CI_ARGS'

Loading…
Cancel
Save