Skip to content

Commit bbda858

Browse files
committed
Fix .tool-versions and mise.toml tests
1 parent 30755d8 commit bbda858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
runs-on: ubuntu-latest
205205
steps:
206206
- uses: actions/checkout@v4
207-
- run: echo "nodejs 16.0.0\nruby 3.4.0" > .tool-versions
207+
- run: echo -e "nodejs 16.0.0\nruby 3.4.0" > .tool-versions
208208
- uses: ./
209209
- run: ruby -v | grep -F "ruby 3.4.0"
210210

@@ -213,7 +213,7 @@ jobs:
213213
runs-on: ubuntu-latest
214214
steps:
215215
- uses: actions/checkout@v4
216-
- run: echo "[tools]\nnode = '18'\nruby = '3.4.0'" > mise.toml
216+
- run: echo -e "[tools]\nnode = '18'\nruby = '3.4.0'" > mise.toml
217217
- uses: ./
218218
- run: ruby -v | grep -F "ruby 3.4.0"
219219

0 commit comments

Comments
 (0)