We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7fe91 commit 234ffabCopy full SHA for 234ffab
.github/workflows/test-action.yml
@@ -58,6 +58,7 @@ jobs:
58
needs: publish-test
59
runs-on: ubuntu-latest
60
steps:
61
+ - run: npm install -g @devcontainers/cli
62
- run: |
63
set -ex
64
temp_dir=$(mktemp -d)
0 commit comments