diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ed88f9d47..6a19c809fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,13 +24,14 @@ jobs: - name: 'Run unit tests and other checks' run: | - source environment - _link dev - _refresh - + source environment # load global defaults make virtualenv source .venv/bin/activate make requirements + deployment=$(python scripts/check_branch.py --print) + _link $deployment + _refresh + make environment.boot