Skip to content

Commit

Permalink
test: install other distros too
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant Mohan Goyal <83997633+vedantmgoyal9@users.noreply.github.com>
  • Loading branch information
vedantmgoyal9 authored Dec 2, 2024
1 parent 692b2bc commit 33c5094
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,22 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
distro: [Ubuntu, none]
distro:
- none # only enable wsl2 and don't install a distro
- Ubuntu
- Debian
- kali-linux
- Ubuntu-18.04
- Ubuntu-20.04
- Ubuntu-22.04
- Ubuntu-24.04
- OracleLinux_7_9
- OracleLinux_8_7
- OracleLinux_9_1
- openSUSE-Leap-15.6
- SUSE-Linux-Enterprise-15-SP5
- SUSE-Linux-Enterprise-15-SP6
- openSUSE-Tumbleweed
steps:
- uses: actions/checkout@v4.1.1
- uses: ./
Expand Down

0 comments on commit 33c5094

Please sign in to comment.