You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the future, we could consider modifying the PowerShell script to also download the binaries for non-Windows OS'es (PowerShell is cross-platform nowadays).
This seems like a good idea - it's more complex to explain to users that the bash script works on macOS/Linux/Windows, but the PowerShell script is Windows-only.
Might be a good idea to test these scripts in CI first, see: #121
The text was updated successfully, but these errors were encountered:
Before this commit, the fetch-configlet scripts weren't tested in CI.
Add a workflow to test them.
The `fetch-configlet.ps1` script currently always fetches the Windows
release asset, so this workflow only tests that script on Windows.
Closes: #121
Refs: #361
From exercism/problem-specifications#1799 (comment):
This seems like a good idea - it's more complex to explain to users that the bash script works on macOS/Linux/Windows, but the PowerShell script is Windows-only.
Might be a good idea to test these scripts in CI first, see: #121
The text was updated successfully, but these errors were encountered: