Skip to content

Commit

Permalink
Fix .tool-versions and mise.toml tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Mar 11, 2025
1 parent 30755d8 commit bbda858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "nodejs 16.0.0\nruby 3.4.0" > .tool-versions
- run: echo -e "nodejs 16.0.0\nruby 3.4.0" > .tool-versions
- uses: ./
- run: ruby -v | grep -F "ruby 3.4.0"

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

Expand Down

0 comments on commit bbda858

Please # to comment.