From c17ed429be9575a99d893a31cd7bf32dc428ede9 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Thu, 2 Apr 2020 12:40:56 +0200 Subject: ci: Retry if dub fetch failed --- .github/workflows/os_comp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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" -- cgit v1.2.3