CI: add devcontainer-rebuild workflow (#32564)
* add devcontainer-rebuild workflow * add shell * add shell on ifs * use scripts/retry.sh old-commit-hash: a2931d1956addab1e4c2dbc52b11d7d2e9199043
This commit is contained in:
committed by
GitHub
parent
cdea057d4b
commit
cfbfa14dc9
2
.github/workflows/tools_tests.yaml
vendored
2
.github/workflows/tools_tests.yaml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
- name: Setup Dev Container CLI
|
||||
run: npm install -g @devcontainers/cli
|
||||
- name: Build dev container image
|
||||
run: devcontainer build --workspace-folder .
|
||||
run: ./scripts/retry.sh devcontainer build --workspace-folder .
|
||||
- name: Run dev container
|
||||
run: |
|
||||
mkdir -p /tmp/devcontainer_scons_cache/
|
||||
|
||||
Reference in New Issue
Block a user