Skip to content

Commit

Permalink
fix: force language
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Mar 20, 2024
1 parent 8a518fe commit d1d8c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder_releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
./dist/DicoGIS-cli.bin --help
./dist/DicoGIS-cli.bin --version
./dist/DicoGIS-cli.bin list inventory --input-folder ./tests/
./dist/DicoGIS-cli.bin list inventory --input-folder ./tests/ --language EN
build-windows:
name: "🏠 Windows"
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
run: |
./dist/DicoGIS-cli.exe --help
./dist/DicoGIS-cli.exe --version
./dist/DicoGIS-cli.exe list inventory --input-folder ./tests/
./dist/DicoGIS-cli.exe list inventory --input-folder ./tests/ --language EN
release:
name: "🚀 GitHub Release"
Expand Down

0 comments on commit d1d8c13

Please sign in to comment.