mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
Handle .tool-versions' line break on Windows (#357)
* Test .tool-version on top of Windows * Parse .tool-version with Windows-style line endings
This commit is contained in:
committed by
GitHub
parent
6389fe58dc
commit
1fe9179886
@@ -90,6 +90,14 @@ jobs:
|
||||
node-version: '20'
|
||||
- run: npm install --production
|
||||
- run: npm test
|
||||
- name: .tool-versions test
|
||||
id: setup-beam
|
||||
uses: ./
|
||||
with:
|
||||
install-rebar: false
|
||||
install-hex: false
|
||||
version-file: test/.tool-versions
|
||||
version-type: strict
|
||||
|
||||
unit_tests_macos:
|
||||
name: Unit tests (macOS)
|
||||
|
||||
Reference in New Issue
Block a user