Skip to content

Run tests on windows. #177

Run tests on windows.

Run tests on windows. #177

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- name: Run test cases
run: |
./test/test_install_version.sh
./test/test_install_version_by_prefix.sh
./test/test_alias.sh
./test/test_uninstall_version.sh
./test/test_ls_remote.sh