diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-04-02 12:40:56 +0200 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-04-02 12:40:56 +0200 |
| commit | c17ed429be9575a99d893a31cd7bf32dc428ede9 (patch) | |
| tree | b6bcce05a2d34b6fe85961768c6597d27f0c3157 /.github | |
| parent | e6451c74729662c8bdefeb0f3fe4bd90e49f100f (diff) | |
| download | meson-c17ed429be9575a99d893a31cd7bf32dc428ede9.tar.gz | |
ci: Retry if dub fetch failed
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/os_comp.yml | 4 |
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" |
