Skip to content

Commit

Permalink
docker: fix dev test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 31, 2024
1 parent 438e6a4 commit b92566f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e/test_tool_versions_alt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ set -euo pipefail
export MISE_DEFAULT_TOOL_VERSIONS_FILENAME=.alternate-tool-versions
export MISE_DEFAULT_CONFIG_FILENAME=.MISSING

git checkout .alternate-tool-versions
cat <<EOF > .alternate-tool-versions
shfmt 3.5.0
EOF

mise i shfmt
mise exec -- shfmt --version >&2
Expand Down

0 comments on commit b92566f

Please sign in to comment.