mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-26 15:02:00 +02:00
Add two more distros for smoke testing
This commit is contained in:
parent
f7e6c962be
commit
f8e425b985
6
.github/workflows/distro-smoke-test.yml
vendored
6
.github/workflows/distro-smoke-test.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
distro: ['ubuntu:latest', 'fedora:latest', 'debian:latest']
|
distro: ['ubuntu:latest', 'fedora:latest', 'debian:latest', 'opensuse/leap:latest', 'rockylinux:latest']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ${{ matrix.distro }}
|
container: ${{ matrix.distro }}
|
||||||
@ -32,8 +32,8 @@ jobs:
|
|||||||
|
|
||||||
# Work around a weird bug where zsh on ubuntu actions gives that directory 0777 which makes zsh refuse to start
|
# Work around a weird bug where zsh on ubuntu actions gives that directory 0777 which makes zsh refuse to start
|
||||||
chmod 0755 -R /usr/share/zsh/
|
chmod 0755 -R /usr/share/zsh/
|
||||||
- name: Fedora-based Setup
|
- name: DNF-based Setup
|
||||||
if: ${{ matrix.distro == 'fedora:latest' }}
|
if: ${{ matrix.distro == 'fedora:latest' || matrix.distro == 'opensuse/leap:latest' || matrix.distro == 'rockylinux:latest' }}
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
# Install our dependencies
|
# Install our dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user