mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
feat(ci): Tests print OS and version
This commit is contained in:
parent
063579dc66
commit
1b2824d37f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -54,7 +54,9 @@ jobs:
|
|||
- name: Confirm install
|
||||
shell: fish "{0}"
|
||||
run: |
|
||||
cat /etc/os-release || sw_vers || true
|
||||
fish --version
|
||||
fisher --version
|
||||
sdk version
|
||||
|
||||
- name: Run Tests
|
||||
|
@ -94,5 +96,7 @@ jobs:
|
|||
- name: Confirm install
|
||||
shell: fish "{0}"
|
||||
run: |
|
||||
cat /etc/os-release || sw_vers || true
|
||||
fish --version
|
||||
fisher ls
|
||||
sdk version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue