ci: move dev-container again, just dont run it with everything else

This commit is contained in:
41666 2020-10-11 15:36:29 -04:00
parent ac830fc946
commit efe1e5ea5e
4 changed files with 6 additions and 4 deletions

View file

@ -27,8 +27,8 @@ jobs:
"${GITHUB_WORKSPACE}/bin/bazel" test \
-c opt \
--stamp \
--workspace_status_command hack/workspace_status.sh \
//src/... //hack/...
--workspace_status_command hack/workspace_status.sh --\
//src/... //hack/... -//hack/dev-container/...
- name: Docker Login
run: |